Skip to content

Commit

Permalink
15 minute timeout for git push
Browse files Browse the repository at this point in the history
  • Loading branch information
skidder committed Nov 3, 2024
1 parent dacbc71 commit ef656a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
needs: [linux, macos]
runs-on: ubuntu-latest
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
timeout-minutes: 30
timeout-minutes: 15

steps:
- name: Check out repo
Expand Down

0 comments on commit ef656a6

Please sign in to comment.