Skip to content

Commit

Permalink
Add timeout to publish-image task (#12679)
Browse files Browse the repository at this point in the history
publish-image task can take a while, because it is also running
integration tests by default. test-command workflow has a timeout
of 240 minutes. I added the same timeout value to publish-image task.
  • Loading branch information
grishick authored May 6, 2022
1 parent 07068b0 commit 60cbf0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
# 80 gb disk
ec2-image-id: ami-0d648081937c75a73
publish-image:
timeout-minutes: 240
needs: start-publish-image-runner
runs-on: ${{ needs.start-publish-image-runner.outputs.label }}
environment: more-secrets
Expand Down

0 comments on commit 60cbf0d

Please sign in to comment.