Skip to content

Commit f8cd75f

Browse files
committed
ci: change runner group for compute-tag job in CI pipeline
1 parent e15c281 commit f8cd75f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-docker-images.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ on:
1515

1616
jobs:
1717
compute-tag:
18-
runs-on: ubuntu-latest
18+
runs-on:
19+
group: Azure_runners
1920
outputs:
2021
computed_tag: ${{ steps.set_tag.outputs.computed_tag }}
2122
steps:

0 commit comments

Comments
 (0)