From f51088089927a25594f4b980b856b41d61193ae4 Mon Sep 17 00:00:00 2001 From: Stephan Hageboeck Date: Mon, 30 Sep 2024 17:24:12 +0200 Subject: [PATCH] [CI] Enable arm builds only for nightly and push. To not slow down PRs, arm will first only run in the nightlies. --- .github/workflows/root-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/root-ci.yml b/.github/workflows/root-ci.yml index 44b45ae17f207..4c942d97ca519 100644 --- a/.github/workflows/root-ci.yml +++ b/.github/workflows/root-ci.yml @@ -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 }}