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 be7b615 commit f3baf97Copy full SHA for f3baf97
.github/workflows/dev.yml
@@ -284,7 +284,7 @@ jobs:
284
with:
285
skip: ${{ matrix.hybrid && !contains(github.event.pull_request.labels.*.name, 'ci:+hlab') || !matrix.hybrid && !contains(github.event.pull_request.labels.*.name, 'ci:+vlab') }}
286
fabricatorref: master
287
- prebuild: "just bump dataplane HEAD.x86_64-unknown-linux-gnu.debug.${{ github.event.pull_request.merge_commit_sha }}"
+ prebuild: "just bump dataplane HEAD.x86_64-unknown-linux-gnu.debug.${{ github.sha }}"
288
fabricmode: ${{ matrix.fabricmode }}
289
gateway: ${{ matrix.gateway }}
290
includeonie: ${{ matrix.includeonie }}
0 commit comments