Skip to content

Commit

Permalink
Add workflow timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
roncapat committed Oct 16, 2024
1 parent 6abfe92 commit 8c62584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/iron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

steps:
- name: Update
timeout-minutes: 2
run: apt update

- name: Install PIP
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

steps:
- name: Update
timeout-minutes: 2
run: apt update

- name: Install PIP
Expand Down

0 comments on commit 8c62584

Please sign in to comment.