Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion .github/workflows/_get-test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,21 @@

# Support push and pull_request events
name: Get Test Matrix
permissions: read-all
permissions:
actions: read
attestations: read
checks: read
deployments: read
discussions: read
issues: read
models: read
packages: read
pages: read
pull-requests: read
repository-projects: read
statuses: read
security-events: read
id-token: read
on:
workflow_call:
inputs:
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/pr-docker-compose-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@ concurrency:

jobs:
get-test-matrix:
permissions:
actions: read
attestations: read
checks: read
deployments: read
discussions: read
issues: read
models: read
packages: read
pages: read
pull-requests: read
repository-projects: read
statuses: read
security-events: read
id-token: read
if: ${{ !github.event.pull_request.draft }}
uses: ./.github/workflows/_get-test-matrix.yml
with:
Expand Down