Skip to content

Commit

Permalink
Update self_runner_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christabone authored Jun 24, 2024
1 parent 6ed9c77 commit c13cbbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/self_runner_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,7 @@ jobs:
runs-on: flysql26-dispatch
steps:
- name: Stop Dockerized Runner
env:
UUID: ${{ needs.start-runner.outputs.uuid }}
run: |
bash /var/go/actions-runner-dispatch/runner-controller.sh stop ${{ needs.start-runner.outputs.uuid }}
bash /var/go/actions-runner-dispatch/runner-controller.sh stop $UUID

0 comments on commit c13cbbc

Please sign in to comment.