Merge branch 'main' into alert-autofix-6

This commit is contained in:
Normann
2026-03-28 15:41:17 +01:00
committed by GitHub
3 changed files with 7 additions and 0 deletions

View File

@@ -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 }}

View File

@@ -1,5 +1,8 @@
name: pre-commit
permissions:
contents: read
on:
pull_request:
push:

View File

@@ -1,5 +1,8 @@
name: Run Pytest on Pull Request
permissions:
contents: read
on:
pull_request:
push: