mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2026-04-10 07:46:21 +00:00
Merge branch 'main' into alert-autofix-6
This commit is contained in:
1
.github/workflows/docker-build.yml
vendored
1
.github/workflows/docker-build.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
||||
# Build platform matrix excludes. if-conditional with matrix on job level is not
|
||||
# supported, see https://github.com/actions/runner/issues/1985
|
||||
platform-excludes:
|
||||
permissions: {}
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
excludes: ${{ steps.excludes.outputs.matrix }}
|
||||
|
||||
3
.github/workflows/pre-commit.yml
vendored
3
.github/workflows/pre-commit.yml
vendored
@@ -1,5 +1,8 @@
|
||||
name: pre-commit
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
||||
3
.github/workflows/pytest.yml
vendored
3
.github/workflows/pytest.yml
vendored
@@ -1,5 +1,8 @@
|
||||
name: Run Pytest on Pull Request
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user