Skip to content

Commit

Permalink
Merge pull request #558 from github/continue-skip-check-on-error
Browse files Browse the repository at this point in the history
Ensure that the Actions Skipper never errors out
  • Loading branch information
chiedo authored Oct 15, 2020
2 parents 5205615 + ec54bbc commit 6eac005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/browser-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
see_if_should_skip:
continue-on-error: true
runs-on: ubuntu-latest
# Map a step output to a job output
outputs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:

jobs:
see_if_should_skip:
continue-on-error: true
runs-on: ubuntu-latest
# Map a step output to a job output
outputs:
Expand Down

0 comments on commit 6eac005

Please sign in to comment.