We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05994d0 commit 7af2955Copy full SHA for 7af2955
.github/workflows/e2e.yaml
@@ -39,14 +39,14 @@ jobs:
39
runs-on: linux-amd64-cpu4
40
strategy:
41
matrix:
42
+ is_pull_request:
43
+ - ${{!( startsWith(github.ref, 'refs/pull/') )}}
44
driver_branch:
45
- 550
46
- 575
- ispr:
- - ${{github.event_name == 'pull_request'}}
47
exclude:
48
- - driver_branch: 575
49
- ispr: true
+ - is_pull_request: true
+ driver_branch: 575
50
steps:
51
- name: Check out code
52
uses: actions/checkout@v4
@@ -65,7 +65,7 @@ jobs:
65
go-version: ${{ env.GOLANG_VERSION }}
66
67
- name: Set up Holodeck (${{ matrix.driver_branch }})
68
- uses: NVIDIA/[email protected].12
+ uses: NVIDIA/[email protected].13
69
with:
70
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
71
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments