@@ -3,14 +3,10 @@ name: full CI
33on :
44 merge_group :
55 pull_request :
6- branches :
7- - libc-0.2
8- types :
9- - labeled
6+ types : [opened, synchronize, reopened]
107
118jobs :
129 docker_linux_tier1 :
13- if : github.event.label.name == 'libc-0.2-pre-merge-ci'
1410 permissions :
1511 contents : read # to fetch code (actions/checkout)
1612
3127 run : LIBC_CI=1 sh ./ci/run-docker.sh ${{ matrix.target }}
3228
3329 macos :
34- if : github.event.label.name == 'libc-0.2-pre-merge-ci'
3530 permissions :
3631 contents : read # to fetch code (actions/checkout)
3732
5146 run : LIBC_CI=1 sh ./ci/run.sh ${{ matrix.target }}
5247
5348 windows :
54- if : github.event.label.name == 'libc-0.2-pre-merge-ci'
5549 permissions :
5650 contents : read # to fetch code (actions/checkout)
5751
8680 shell : bash
8781
8882 style_check :
89- if : github.event.label.name == 'libc-0.2-pre-merge-ci'
9083 permissions :
9184 contents : read # to fetch code (actions/checkout)
9285
10093 run : sh ci/style.sh
10194
10295 docker_linux_tier2 :
103- if : github.event.label.name == 'libc-0.2-pre-merge-ci'
10496 permissions :
10597 contents : read # to fetch code (actions/checkout)
10698
@@ -173,7 +165,6 @@ jobs:
173165
174166 # devkitpro's pacman needs to be connected from Docker.
175167 docker_switch :
176- if : github.event.label.name == 'libc-0.2-pre-merge-ci'
177168 permissions :
178169 contents : read # to fetch code (actions/checkout)
179170
@@ -188,7 +179,6 @@ jobs:
188179 run : LIBC_CI=1 sh ./ci/run-docker.sh switch
189180
190181 build_channels_linux :
191- if : github.event.label.name == 'libc-0.2-pre-merge-ci'
192182 permissions :
193183 contents : read # to fetch code (actions/checkout)
194184
@@ -215,7 +205,6 @@ jobs:
215205 run : LIBC_CI=1 TOOLCHAIN=${{ matrix.toolchain }} sh ./ci/build.sh
216206
217207 build_channels_macos :
218- if : github.event.label.name == 'libc-0.2-pre-merge-ci'
219208 permissions :
220209 contents : read # to fetch code (actions/checkout)
221210
@@ -241,7 +230,6 @@ jobs:
241230 run : LIBC_CI=1 TOOLCHAIN=${{ matrix.target.toolchain }} sh ./ci/build.sh
242231
243232 build_channels_windows :
244- if : github.event.label.name == 'libc-0.2-pre-merge-ci'
245233 permissions :
246234 contents : read # to fetch code (actions/checkout)
247235
@@ -266,7 +254,6 @@ jobs:
266254 shell : bash
267255
268256 check_cfg :
269- if : github.event.label.name == 'libc-0.2-pre-merge-ci'
270257 permissions :
271258 contents : read # to fetch code (actions/checkout)
272259
0 commit comments