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 1836ff4 commit 346c902Copy full SHA for 346c902
.github/workflows/ecosystem-ci.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: ./.github/workflows/reusable-build.yml
58
with:
59
target: x86_64-unknown-linux-gnu
60
- runner: ${{ needs.get-runner-labels.outputs.LINUX_RUNNER_LABELS }}
+ runner: ${{ vars.LINUX_SELF_HOSTED_RUNNER_LABELS || '"ubuntu-22.04"' }}
61
ref: ${{ github.event_name == 'workflow_dispatch' && format('refs/pull/{0}/head', inputs.pr) || github.sha }}
62
test: false
63
bench: false
0 commit comments