Skip to content

Commit a019863

Browse files
author
Matt Pryor
committed
timeout-minutes is not valid in custom action steps
1 parent e2ab69f commit a019863

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/actions/setup/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ runs:
141141
secret-key: ${{ steps.s3-lock-config.outputs.secret-key }}
142142
bucket: ${{ steps.s3-lock-config.outputs.bucket }}
143143
action: acquire
144-
# GitHub terminates jobs after 6 hours
145-
# We don't want jobs to acquire the lock then get timed out before they can finish
146-
# So wait a maximum of 3 hours to acquire the lock, leaving 3 hours for other tasks in the job
147-
timeout-minutes: 180
148144
if: ${{ steps.s3-lock-config.outputs.host != '' }}
149145

150146
- name: Allocate floating IP for ingress

0 commit comments

Comments
 (0)