Skip to content

Commit

Permalink
Update runner_group_label
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 6, 2024
1 parent f14199b commit 25fd6f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
$(~/macos-ci-setup/runner-group-label.sh $RUNNER_NAME)
echo "runner_group_label=$runner_group_label" >> $GITHUB_OUTPUT
- name: Install tools
run: |
cd ~/macos-ci-setup
Expand Down Expand Up @@ -72,6 +73,14 @@ jobs:
./run-vm-shell-command.sh ${{ env.vm_name }} \
"source ~/.zshrc"
debug:
needs: install-tools
runs-on: [tart, macos]
steps:
- name: DEBUG
run: |
echo "->${{ needs.install-tools.outputs.runner_group_label }}<-"
setup-project:
needs: install-tools
runs-on: ${{ needs.install-tools.outputs.runner_group_label }}
Expand Down

0 comments on commit 25fd6f2

Please sign in to comment.