diff --git a/.github/workflows/test_redeploy_rerun_io.yml b/.github/workflows/test_redeploy_rerun_io.yml index 3734d910b9e2..fb9517075fd0 100644 --- a/.github/workflows/test_redeploy_rerun_io.yml +++ b/.github/workflows/test_redeploy_rerun_io.yml @@ -1,6 +1,7 @@ name: "(TEMP) Re-deploy rerun.io" on: + pull_request: workflow_dispatch: inputs: RELEASE_COMMIT: @@ -14,6 +15,7 @@ permissions: jobs: redeploy-rerun-io: runs-on: ubuntu-latest + if: github.event_name != 'pull_request' steps: - uses: actions/checkout@v4