Skip to content

Commit 24f8676

Browse files
committed
Exclude the Linux ARM job for draft PRs
1 parent 39cc669 commit 24f8676

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_tests.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ jobs:
6161
# Is it a draft Pull Request (true or false)?
6262
isDraft:
6363
- ${{ github.event.pull_request.draft }}
64-
# Only run three jobs on Ubuntu for draft PRs
64+
# Only run jobs on Ubuntu for draft PRs
6565
exclude:
66+
- os: ubuntu-24.04-arm
67+
isDraft: true
6668
- os: macos-latest
6769
isDraft: true
6870
- os: windows-latest

0 commit comments

Comments
 (0)