Skip to content

Commit

Permalink
fix: Increase workflow timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
svanherk authored Nov 21, 2023
1 parent df0c14b commit 1a6868d
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 @@ -7,7 +7,7 @@ jobs:
release:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Release
timeout-minutes: 2
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 1a6868d

Please sign in to comment.