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:
44
44
build_aarch64-linux :
45
45
uses : ./.github/workflows/build.yml
46
46
with :
47
- if : ${{ github.event_name == 'merge_group ' }}
47
+ if : ${{ github.event_name != 'pull_request ' }}
48
48
system : aarch64-linux
49
49
runner : UbuntuLatest32Cores128GArm
50
50
runner_small : UbuntuLatest32Cores128GArm
51
51
52
52
build_x86_64-darwin :
53
53
uses : ./.github/workflows/build.yml
54
54
with :
55
- if : ${{ github.event_name == 'merge_group ' }}
55
+ if : ${{ github.event_name != 'pull_request ' }}
56
56
system : x86_64-darwin
57
57
runner : macos-latest-large
58
58
runner_small : macos-latest-large
@@ -103,6 +103,7 @@ jobs:
103
103
done
104
104
105
105
- name : Build fallback-paths.nix
106
+ if : ${{ github.event_name != 'pull_request' }}
106
107
run : |
107
108
nix build .#fallbackPathsNix --out-link fallback
108
109
cat fallback > ./artifacts/fallback-paths.nix
You can’t perform that action at this time.
0 commit comments