Skip to content

Commit

Permalink
Add timeout to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sidrao2006 committed Mar 27, 2021
1 parent 7601a20 commit 137eb7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Release package
if: success()
timeout-minutes: 30
uses: ./.github/actions/release_pub_package
with:
should-run-pub-score-test: true
Expand Down

0 comments on commit 137eb7b

Please sign in to comment.