From 19ba1732a1af7ba24123cc9d968ef5075d741dd4 Mon Sep 17 00:00:00 2001 From: Dana Doherty Date: Tue, 10 Sep 2024 16:15:44 +0100 Subject: [PATCH] add 3 attempt --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d6f519a3..c78023d94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: rerun: needs: "acceptance" - if: always() && needs.acceptance.result == 'failure' + if: always() && needs.acceptance.result == 'failure' && github.run_attempt <= '3' name: "rerun" uses: "puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml@cat_1820" with: