Skip to content

Commit 7af2955

Browse files
[no-relnote] Bump Holodeck to v0.2.13
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent 05994d0 commit 7af2955

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/e2e.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
runs-on: linux-amd64-cpu4
4040
strategy:
4141
matrix:
42+
is_pull_request:
43+
- ${{!( startsWith(github.ref, 'refs/pull/') )}}
4244
driver_branch:
4345
- 550
4446
- 575
45-
ispr:
46-
- ${{github.event_name == 'pull_request'}}
4747
exclude:
48-
- driver_branch: 575
49-
ispr: true
48+
- is_pull_request: true
49+
driver_branch: 575
5050
steps:
5151
- name: Check out code
5252
uses: actions/checkout@v4
@@ -65,7 +65,7 @@ jobs:
6565
go-version: ${{ env.GOLANG_VERSION }}
6666

6767
- name: Set up Holodeck (${{ matrix.driver_branch }})
68-
uses: NVIDIA/[email protected].12
68+
uses: NVIDIA/[email protected].13
6969
with:
7070
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
7171
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)