diff --git a/.github/workflows/ci-build-artifacts-testbox.yml b/.github/workflows/ci-build-artifacts-testbox.yml index 71562b20668..3fdd0eca0b9 100644 --- a/.github/workflows/ci-build-artifacts-testbox.yml +++ b/.github/workflows/ci-build-artifacts-testbox.yml @@ -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" diff --git a/.github/workflows/ci-check-testbox.yml b/.github/workflows/ci-check-testbox.yml index 52cdd74a52b..b722a860306 100644 --- a/.github/workflows/ci-check-testbox.yml +++ b/.github/workflows/ci-check-testbox.yml @@ -18,6 +18,7 @@ env: jobs: check: + if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }} permissions: contents: read name: "check"