Skip to content

Commit 3937f52

Browse files
committed
only run publish job on self-hosted runner
1 parent 8a419d4 commit 3937f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ permissions:
7979
jobs:
8080
vars:
8181
name: Set workflow variables
82-
runs-on: ubuntu-22.04-amd64
82+
runs-on: ubuntu-22.04
8383
outputs:
8484
github_release: ${{steps.vars.outputs.github_release }}
8585
upload_azure: ${{steps.vars.outputs.upload_azure }}

0 commit comments

Comments
 (0)