Skip to content

Commit

Permalink
Remove unrelated jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Mar 6, 2024
1 parent 8e3f9e5 commit 15cb168
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/maybe-fail.yml
Expand Up @@ -80,19 +80,3 @@ jobs:
- name: Next Step
run:
echo Next step | tee -a "$GITHUB_STEP_SUMMARY"
basic-sleep:
runs-on: ubuntu-latest
steps:
- run: |
sleep 20
- run:
date
fancy-sleep:
runs-on: ubuntu-latest
steps:
- run: |
sleep 20
- run:
date
strategy:
fail-fast: false

0 comments on commit 15cb168

Please sign in to comment.