Skip to content

Commit

Permalink
fix: update workflow timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dariocurr committed Sep 21, 2024
1 parent 5248fa9 commit 18a96c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 1
steps:
- name: Checkout origin repo
uses: actions/[email protected]
Expand Down

0 comments on commit 18a96c8

Please sign in to comment.