Skip to content

Commit 1ae5143

Browse files
committed
Update labels
1 parent 8665ce6 commit 1ae5143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
contents: read
77
jobs:
88
run-nightly-tests:
9-
runs-on: [Linux, self-hosted, DPDK]
9+
runs-on: [self-hosted, linux, x64, dpdk]
1010
timeout-minutes: 720
1111
steps:
1212
- uses: ./.github/actions/build.yml

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
contents: read
1414
jobs:
1515
run-smoke-tests:
16-
runs-on: [Linux, self-hosted, DPDK]
16+
runs-on: [self-hosted, linux, x64, dpdk]
1717
timeout-minutes: 720
1818
steps:
1919
- uses: ./.github/actions/build.yml

0 commit comments

Comments
 (0)