Skip to content

Commit 6eac005

Browse files
authored
Merge pull request #558 from github/continue-skip-check-on-error
Ensure that the Actions Skipper never errors out
2 parents 5205615 + ec54bbc commit 6eac005

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/browser-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
see_if_should_skip:
9+
continue-on-error: true
910
runs-on: ubuntu-latest
1011
# Map a step output to a job output
1112
outputs:

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616

1717
jobs:
1818
see_if_should_skip:
19+
continue-on-error: true
1920
runs-on: ubuntu-latest
2021
# Map a step output to a job output
2122
outputs:

0 commit comments

Comments
 (0)