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 5d39ae1 commit c56e361Copy full SHA for c56e361
.github/workflows/smoke_tests.yml
@@ -69,7 +69,7 @@ jobs:
69
runner: runner-4
70
71
validation-prepare-setup-mcm:
72
- runs-on: [runner-4]
+ runs-on: runner-4
73
needs: call-bare-metal-build
74
timeout-minutes: 60
75
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
@@ -126,7 +126,7 @@ jobs:
126
127
validation-run-tests:
128
needs: validation-prepare-setup-mcm
129
130
131
132
env:
0 commit comments