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 ced2daa commit 4e73675
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 @@ -7,6 +7,8 @@ on:
jobs:
start-runner:
runs-on: flybase26-dispatch
outputs:
runner_name: ${{ steps.start_runner.outputs.runner_name }}
steps:
- name: Start Dockerized Runner
id: start_runner
Expand All @@ -17,7 +19,7 @@ jobs:
use-runner:
needs: start-runner
runs-on: ${{ steps.start_runner.outputs.runner_name }}
runs-on: ${{ needs.start-runner.outputs.runner_name }}
steps:
- name: Log in to ECR
env:
Expand Down

0 comments on commit 4e73675

Please sign in to comment.