Skip to content

Commit

Permalink
Clean back up ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneggz committed Aug 21, 2023
1 parent e7c2308 commit 6b56611
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,9 @@ jobs:

stop:
needs: [runner, setup, build]
runs-on: self-hosted
runs-on: ubuntu-latest
if: always()
steps:
- name: Install awscli
run: |
ls ${{ github.workspace }}
apt-get update
apt install -y awscli
- name: Stop running tasks
run: |
# List running tasks for the specific Task Definition and Cluster
Expand Down

0 comments on commit 6b56611

Please sign in to comment.