Skip to content

Commit 550af26

Browse files
feat: updated wait for the checks (#117)
Co-authored-by: Anmol Nagpal <[email protected]>
1 parent 3efbfd8 commit 550af26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/auto_merge.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
tf-checks: ["tf-lint / tflint", "tfsec / tfsec sarif report", "${{ inputs.tfcheck }}"]
2323
if: github.actor == 'dependabot[bot]'
2424
steps:
25+
- name: Wait for 2 Minutes
26+
run: sleep 120s
27+
shell: bash
28+
2529
- name: Wait for "${{ matrix.tf-checks }}" to Succeed
2630
uses: lewagon/[email protected]
2731
with:

0 commit comments

Comments
 (0)