Skip to content

Commit

Permalink
Cleans up runner after use
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneggz committed Aug 21, 2023
1 parent eeafe8b commit 5f74e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

stop:
needs: [runner, setup, build]
runs-on: ubuntu-latest
runs-on: self-hosted
if: always()
steps:
- name: Stop running tasks
Expand Down

0 comments on commit 5f74e49

Please sign in to comment.