Skip to content

Commit

Permalink
[CI] Enable arm builds only for nightly and push.
Browse files Browse the repository at this point in the history
To not slow down PRs, arm will first only run in the nightlies.
  • Loading branch information
hageboeck authored and dpiparo committed Sep 30, 2024
1 parent 83df110 commit f510880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/root-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ jobs:
build-directory: /github/home/ROOT-CI/src/

- name: Pull Request Build
if: github.event_name == 'pull_request'
if: ${{ github.event_name == 'pull_request' && matrix.property != 'arm64' }}
env:
INCREMENTAL: ${{ !contains(github.event.pull_request.labels.*.name, 'clean build') }}
GITHUB_PR_ORIGIN: ${{ github.event.pull_request.head.repo.clone_url }}
Expand Down

0 comments on commit f510880

Please sign in to comment.