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