File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 51
51
# Define a display name:
52
52
name : " Node.js v${{ matrix.NODE_VERSION }}"
53
53
54
+ # Ensure the job does not run on forks:
55
+ if : github.repository == 'stdlib-js/stdlib'
56
+
54
57
# Define the type of virtual host machine on which to run the job:
55
58
runs-on : ${{ matrix.OS }}
56
59
@@ -259,7 +262,7 @@ jobs:
259
262
needs : test
260
263
261
264
# Run this job regardless of the outcome of the prior job:
262
- if : always ()
265
+ if : success() || failure ()
263
266
264
267
# Set defaults:
265
268
defaults :
Original file line number Diff line number Diff line change 51
51
# Define a display name:
52
52
name : " Node.js v${{ matrix.NODE_VERSION }}"
53
53
54
+ # Ensure the job does not run on forks:
55
+ if : github.repository == 'stdlib-js/stdlib'
56
+
54
57
# Define the type of virtual host machine on which to run the job:
55
58
runs-on : ${{ matrix.OS }}
56
59
@@ -310,7 +313,7 @@ jobs:
310
313
needs : test_npm_install
311
314
312
315
# Run this job regardless of the outcome of the prior job:
313
- if : always ()
316
+ if : success() || failure ()
314
317
315
318
# Set defaults:
316
319
defaults :
You can’t perform that action at this time.
0 commit comments