Skip to content

Commit e13ce63

Browse files
authored
update
1 parent 84c351b commit e13ce63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
is_self_hosted: ${{ steps.set_output.outputs.self_hosted }}
1414
steps:
1515
- id: set_output
16-
run: echo "self_hosted=true" >> $GITHUB_OUTPUT
16+
run: echo "self_hosted=${{ contains(runner.labels, 'self-hosted') }}" >> $GITHUB_OUTPUT
1717

1818
bump:
1919
needs: detect-runner

0 commit comments

Comments
 (0)