Skip to content

Commit bca2cd2

Browse files
[CI] Fix missing required "ref" param in linux_matrix_e2e_on_nightly.yml
1 parent a8cc71e commit bca2cd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux_matrix_e2e_on_nightly.yml

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
target_devices: ${{ matrix.target_devices }}
6464
reset_gpu: ${{ matrix.reset_gpu }}
6565
env: ${{ inputs.env }}
66+
ref: ${{ github.sha }}
6667
merge_ref: ''
6768

6869
aws_start:
@@ -84,6 +85,7 @@ jobs:
8485
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN
8586
target_devices: ext_oneapi_cuda:gpu
8687
env: ${{ inputs.env }}
88+
ref: ${{ github.sha }}
8789
merge_ref: ''
8890

8991
aws_stop:

0 commit comments

Comments
 (0)