Skip to content

Commit

Permalink
Adds test for new workflow (#13986)
Browse files Browse the repository at this point in the history
* Adds test for new workflow

* Adds airbyte repo

* remove testing line
  • Loading branch information
supertopher authored Jun 21, 2022
1 parent 8c96a5e commit 7acf0c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/terminate-zombie-build-instances.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ jobs:
# See https://docs.aws.amazon.com/cli/latest/reference/ec2/terminate-instances.html for terminate command.
echo $to_terminate | jq '.[] | .InstanceId' | xargs --no-run-if-empty --max-args=1 aws ec2 terminate-instances --instance-ids
terminate-github-instances:
runs-on: ubuntu-latest
steps:
- shell: List and Terminate GH actions in status 'offline'
- name: Checkout Airbyte
uses: actions/checkout@v2
- name: List and Terminate GH actions in status 'offline'
env:
GITHUB_PAT: ${{ secrets.OCTAVIA_PAT }}
run: ./tools/bin/gh_action_zombie_killer

0 comments on commit 7acf0c5

Please sign in to comment.