Skip to content

Commit a555bbe

Browse files
fix
1 parent da9c654 commit a555bbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
VALIDATE_CPP: true
4747
VALIDATE_GO: true
4848
VALIDATE_GITHUB_ACTIONS: true
49-
ACTIONLINT_CONFIG_PATH: ".github/actionlint.yaml"
49+
ACTIONLINT_CONFIG_PATH: ".github/configs/actionlint.yaml"
5050
VALIDATE_GROOVY: true
5151
VALIDATE_JSON_PRETTIER: true
5252
VALIDATE_JSONC_PRETTIER: true

.github/workflows/smoke_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
runner: runner-4
7070

7171
validation-prepare-setup-mcm:
72-
runs-on: [Linux, self-hosted, DPDK]
72+
runs-on: [self-hosted, runner-4]
7373
needs: call-bare-metal-build
7474
timeout-minutes: 60
7575
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
@@ -126,7 +126,7 @@ jobs:
126126
127127
validation-run-tests:
128128
needs: validation-prepare-setup-mcm
129-
runs-on: [Linux, self-hosted, DPDK]
129+
runs-on: [self-hosted, runner-4]
130130
timeout-minutes: 60
131131
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
132132
env:

0 commit comments

Comments
 (0)