Skip to content

Commit

Permalink
Maybe canceled jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Mar 6, 2024
1 parent d122c03 commit 740766e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/maybe-fail.yml
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
workflow_dispatch:
jobs:
build:
use-action:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -41,3 +41,19 @@ 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 740766e

Please sign in to comment.