mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2026-04-10 15:56: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
|
# Build platform matrix excludes. if-conditional with matrix on job level is not
|
||||||
# supported, see https://github.com/actions/runner/issues/1985
|
# supported, see https://github.com/actions/runner/issues/1985
|
||||||
platform-excludes:
|
platform-excludes:
|
||||||
|
permissions: {}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
excludes: ${{ steps.excludes.outputs.matrix }}
|
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
|
name: pre-commit
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
|||||||
3
.github/workflows/pytest.yml
vendored
3
.github/workflows/pytest.yml
vendored
@@ -1,5 +1,8 @@
|
|||||||
name: Run Pytest on Pull Request
|
name: Run Pytest on Pull Request
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
|||||||
Reference in New Issue
Block a user