From f597c4b9d259278ba1acfa51c25719485b0114b5 Mon Sep 17 00:00:00 2001 From: Anmol Nagpal Date: Wed, 6 Dec 2023 17:28:10 +0530 Subject: [PATCH] Feat: Update the automerge workflow --- .github/workflows/automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 9e5f734..a2205f0 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - tf-checks: ["tf-lint / tflint", "tfsec / tfsec sarif report", "tf-checks-website-s3-example / Check code format"] + tf-checks: ["tf-lint / tflint", "tfsec / tfsec sarif report", "tf-checks-website-s3-example / Get min/max versions"] if: github.actor == 'dependabot[bot]' steps: - name: Wait for "${{ matrix.tf-checks }}" to succeed