From 5181b24b5489148c602a081d00e33c0130e6690f Mon Sep 17 00:00:00 2001 From: Vera Kahn Date: Mon, 13 Apr 2026 16:41:15 -0400 Subject: [PATCH] use correct rollback url --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a2e49007..3f3392e7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,6 +42,6 @@ jobs: contents: read needs: smoke-test if: ${{ failure() && needs.smoke-test.result == 'failure' && github.ref_name != 'production' }} - uses: ./.github/workflows/rollback-qa2.yml + uses: ./.github/workflows/rollback.yml with: branch: ${{ github.ref_name }} \ No newline at end of file