mirror of
https://github.com/NixOS/nix.git
synced 2025-12-06 17:11:00 +01:00
Change the aarch64 linux / x86 darwin condition to exclude pull request, since we do want to build them on every other trigger
This commit is contained in:
parent
d41480dc45
commit
151456a999
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
build_aarch64-linux:
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
if: ${{ github.event_name == 'merge_group' }}
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
system: aarch64-linux
|
||||
runner: UbuntuLatest32Cores128GArm
|
||||
runner_small: UbuntuLatest32Cores128GArm
|
||||
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
build_x86_64-darwin:
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
if: ${{ github.event_name == 'merge_group' }}
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
system: x86_64-darwin
|
||||
runner: macos-latest-large
|
||||
runner_small: macos-latest-large
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue