Skip to content

Commit b983927

Browse files
authored
Merge pull request #12 from skidder/skidder/adjust-timeout
15 minute timeout for git push
2 parents dacbc71 + ef656a6 commit b983927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deps.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
needs: [linux, macos]
163163
runs-on: ubuntu-latest
164164
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
165-
timeout-minutes: 30
165+
timeout-minutes: 15
166166

167167
steps:
168168
- name: Check out repo

0 commit comments

Comments
 (0)