From b2c4f48db6bed6f0205a56d8df88ff8e1b02aafd Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:50:53 +0000 Subject: [PATCH] chore(ci): reenable `rerun-check` job (#10653) This was accidentally disabled in https://github.com/AztecProtocol/aztec-packages/pull/10629 --- .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 1b0da3a15b7..ea8b7d551cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1062,7 +1062,7 @@ jobs: actions: write needs: - merge-check - if: github.event.pull_request.draft == false && !cancelled() && !true + if: github.event.pull_request.draft == false && !cancelled() steps: - name: Check for Rerun env: