ci: skip Testbox workflow checks for draft PRs

This commit is contained in:
Peter Steinberger
2026-05-06 21:59:03 +01:00
parent 9dd5014cf3
commit 1d685304c3
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ env:
jobs:
build-artifacts:
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}
permissions:
contents: read
name: "build-artifacts"

View File

@@ -18,6 +18,7 @@ env:
jobs:
check:
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}
permissions:
contents: read
name: "check"