File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ jobs:
4444 build_aarch64-linux :
4545 uses : ./.github/workflows/build.yml
4646 with :
47- if : ${{ github.event_name == 'merge_group ' }}
47+ if : ${{ github.event_name != 'pull_request ' }}
4848 system : aarch64-linux
4949 runner : UbuntuLatest32Cores128GArm
5050 runner_small : UbuntuLatest32Cores128GArm
5151
5252 build_x86_64-darwin :
5353 uses : ./.github/workflows/build.yml
5454 with :
55- if : ${{ github.event_name == 'merge_group ' }}
55+ if : ${{ github.event_name != 'pull_request ' }}
5656 system : x86_64-darwin
5757 runner : macos-latest-large
5858 runner_small : macos-latest-large
@@ -103,6 +103,7 @@ jobs:
103103 done
104104
105105 - name : Build fallback-paths.nix
106+ if : ${{ github.event_name != 'pull_request' }}
106107 run : |
107108 nix build .#fallbackPathsNix --out-link fallback
108109 cat fallback > ./artifacts/fallback-paths.nix
You can’t perform that action at this time.
0 commit comments