Skip to content

Commit

Permalink
Tinker
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Mar 6, 2024
1 parent 6391709 commit 8e3f9e5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/maybe-fail.yml
Expand Up @@ -49,11 +49,15 @@ jobs:
- 0
- 1
continue-on-error:
- true
- false
name: Maybe fail
fail-fast: true
name: Maybe fail fast
steps:
- uses: actions/checkout@v4
- name: sleep
if: ${{ matrix.return-code == 0 }}
run:
sleep 10
- name: Use maybe-fail action
id: maybe-fail
uses: ./maybe-fail
Expand Down

0 comments on commit 8e3f9e5

Please sign in to comment.