Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down