Skip to content

Commit

Permalink
Exclude the Linux ARM job for draft PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Feb 3, 2025
1 parent 39cc669 commit 24f8676
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ jobs:
# Is it a draft Pull Request (true or false)?
isDraft:
- ${{ github.event.pull_request.draft }}
# Only run three jobs on Ubuntu for draft PRs
# Only run jobs on Ubuntu for draft PRs
exclude:
- os: ubuntu-24.04-arm
isDraft: true
- os: macos-latest
isDraft: true
- os: windows-latest
Expand Down

0 comments on commit 24f8676

Please sign in to comment.