Skip to content

Commit

Permalink
Timeout "Install Deps" GitHub Action step after 1 minute.
Browse files Browse the repository at this point in the history
In practice it takes less than 10s, but can sometimes hang.
  • Loading branch information
mitchell-as committed Mar 31, 2023
1 parent 767beb4 commit 789539c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
- # === Install Deps ===
name: Install Deps
shell: bash
timeout-minutes: 1
run: state run install-deps

- # === Preprocess ===
Expand Down

0 comments on commit 789539c

Please sign in to comment.