Skip to content

Commit

Permalink
removed label to test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Oct 7, 2023
1 parent d6def27 commit 1acd4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
do-the-job:
name: Do the job on the runner
needs: start-runner # required to start the main job when the runner is ready
runs-on: ${{ needs.start-runner.outputs.label }} # run the job on the newly created runner
runs-on: ${{ needs.start-runner.outputs.ec2-instance-id }} # run the job on the newly created runner
steps:
- name: Install singularity
run: echo "hello world"
Expand Down

0 comments on commit 1acd4ec

Please sign in to comment.