Skip to content

Commit

Permalink
feat: updated wait for the checks (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: Anmol Nagpal <[email protected]>
  • Loading branch information
themaniskshah and anmolnagpal authored Jan 12, 2024
1 parent 3efbfd8 commit 550af26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
tf-checks: ["tf-lint / tflint", "tfsec / tfsec sarif report", "${{ inputs.tfcheck }}"]
if: github.actor == 'dependabot[bot]'
steps:
- name: Wait for 2 Minutes
run: sleep 120s
shell: bash

- name: Wait for "${{ matrix.tf-checks }}" to Succeed
uses: lewagon/[email protected]
with:
Expand Down

0 comments on commit 550af26

Please sign in to comment.