Skip to content

Commit f3baf97

Browse files
committed
fix(.github): Just use github.sha for vlab tests
merge_commit_sha is sometimes empty, github.sha should always be set and should be sufficient. Signed-off-by: Manish Vachharajani <[email protected]>
1 parent be7b615 commit f3baf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
with:
285285
skip: ${{ matrix.hybrid && !contains(github.event.pull_request.labels.*.name, 'ci:+hlab') || !matrix.hybrid && !contains(github.event.pull_request.labels.*.name, 'ci:+vlab') }}
286286
fabricatorref: master
287-
prebuild: "just bump dataplane HEAD.x86_64-unknown-linux-gnu.debug.${{ github.event.pull_request.merge_commit_sha }}"
287+
prebuild: "just bump dataplane HEAD.x86_64-unknown-linux-gnu.debug.${{ github.sha }}"
288288
fabricmode: ${{ matrix.fabricmode }}
289289
gateway: ${{ matrix.gateway }}
290290
includeonie: ${{ matrix.includeonie }}

0 commit comments

Comments
 (0)