Skip to content

Commit

Permalink
Remove stop, for now. When multiple occur shutsdown runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneggz committed Aug 21, 2023
1 parent db9ff15 commit 918cdc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ jobs:
stop:
needs: [runner, setup, build]
runs-on: ubuntu-latest
if: always()
# if: false
# if: always()
if: false
steps:
- name: Stop running tasks
run: |
Expand Down

0 comments on commit 918cdc9

Please sign in to comment.