Skip to content

Commit

Permalink
feat: add timed_out workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Feb 23, 2024
1 parent 2f9273e commit e90a4ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/timed_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
jobs:
demo:
runs-on: ubuntu-latest
timeout-minutes: 1

steps:
- name: Sleep for 6.5 hrs
run: sleep 23400 # 23400 seconds = 6.5 hours
- name: Sleep
run: sleep 120 # 120 seconds = 2 minutes

0 comments on commit e90a4ac

Please sign in to comment.