Skip to content

Commit 439b4fd

Browse files
authored
Ci: smoke tests workflow (#1231)
Fixes 28bc3d2. - Change the branch to checkout to the one that triggered the workflow
1 parent fe6064a commit 439b4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: 'preparation: Checkout MTL'
3535
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636
with:
37-
ref: 'pstaszczuk/smoke-tests'
37+
ref: '${{ github.ref }}'
3838
- name: 'preparation: Checkout DPDK'
3939
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4040
if: env.DPDK_REBUILD == 'true'

0 commit comments

Comments
 (0)