diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index bc377a184..01850716c 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -39,13 +39,13 @@ jobs: runs-on: linux-amd64-cpu4 strategy: matrix: - is_pull_request: - - ${{!( startsWith(github.ref, 'refs/pull/') )}} + ispr: + - ${{ github.ref_name != 'main' && !startsWith( github.ref_name, 'release-' ) }} driver_branch: - 550 - 575 exclude: - - is_pull_request: true + - ispr: true driver_branch: 575 steps: - name: Check out code