We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c351b commit e13ce63Copy full SHA for e13ce63
.github/workflows/pipeline.yml
@@ -13,7 +13,7 @@ jobs:
13
is_self_hosted: ${{ steps.set_output.outputs.self_hosted }}
14
steps:
15
- id: set_output
16
- run: echo "self_hosted=true" >> $GITHUB_OUTPUT
+ run: echo "self_hosted=${{ contains(runner.labels, 'self-hosted') }}" >> $GITHUB_OUTPUT
17
18
bump:
19
needs: detect-runner
0 commit comments