File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ concurrency:
4
4
cancel-in-progress : true
5
5
on :
6
6
pull_request :
7
+ push :
8
+ branches : [main]
7
9
defaults :
8
10
run :
9
11
shell : bash
@@ -111,6 +113,7 @@ jobs:
111
113
if : steps.cache-crate.outputs.cache-hit != 'true'
112
114
113
115
run_wpt :
116
+ if : github.ref != 'refs/heads/main'
114
117
name : Run Web Platform Tests
115
118
strategy :
116
119
matrix :
@@ -158,6 +161,7 @@ jobs:
158
161
# Consumes all published artifacts from all the previous build steps, and runs
159
162
# the integration tests for the linux build.
160
163
sdktest :
164
+ if : github.ref != 'refs/heads/main'
161
165
runs-on : ubuntu-latest
162
166
needs : [build]
163
167
strategy :
@@ -257,6 +261,7 @@ jobs:
257
261
run : ci/shellcheck.sh
258
262
259
263
format :
264
+ if : github.ref != 'refs/heads/main'
260
265
runs-on : ubuntu-latest
261
266
steps :
262
267
- uses : actions/checkout@v3
@@ -267,6 +272,7 @@ jobs:
267
272
ci/rustfmt.sh
268
273
269
274
test-npm-package :
275
+ if : github.ref != 'refs/heads/main'
270
276
runs-on : ubuntu-latest
271
277
needs : [build]
272
278
steps :
@@ -283,6 +289,7 @@ jobs:
283
289
- run : npm test
284
290
285
291
e2e :
292
+ if : github.ref != 'refs/heads/main'
286
293
runs-on : ubuntu-latest
287
294
needs : [build]
288
295
strategy :
You can’t perform that action at this time.
0 commit comments