Skip to content

Commit

Permalink
timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf002 committed Mar 7, 2024
1 parent b843f33 commit 84b6f9a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Status of Fourteen workflow<br>
<img src="https://github.com/wolf002/actions/actions/workflows/fourtenn_Workflow.yml/badge.svg?branch=main" />
<img src="https://github.com/wolf002/actions/actions/workflows/fourtenn_Workflow.yml/badge.svg?branch=main" /><br>
fifteen_workflow.yml<br>
<img src="https://github.com/wolf002/actions/actions/workflows/fifteen_workflow.yml/badge.svg?branch=main" />
10 changes: 10 additions & 0 deletions .github/workflows/timeout.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Testing timeout
on: push

jobs:
test-timeout:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- name: Testing timeout
run: sleep 66

0 comments on commit 84b6f9a

Please sign in to comment.