Skip to content

Commit

Permalink
skip reserve runner job
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchg committed Feb 27, 2024
1 parent e47024e commit 73c8b78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ztp-compact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
virsh dumpxml 5gc-w0|grep emulator
env:
HOME: /root
- name: Reserve Runner
run: |
podman exec workstation bash -ce '
GITHUB_TOKEN='${{ secrets.GH_TOKEN }}' ./bin/label-runner.sh ${{ runner.name }} -green +taken -ready
# - name: Reserve Runner
# run: |
# podman exec workstation bash -ce '
# GITHUB_TOKEN='${{ secrets.GH_TOKEN }}' ./bin/label-runner.sh ${{ runner.name }} -green +taken -ready
'
stage1:
name: Deploy SNO Cluster - ${{needs.stage0.outputs.RUNNER}}
Expand Down

0 comments on commit 73c8b78

Please sign in to comment.