Skip to content

Commit c56e361

Browse files
fix: update runner configuration to remove array syntax
1 parent 5d39ae1 commit c56e361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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: [runner-4]
72+
runs-on: 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: [runner-4]
129+
runs-on: 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)