Skip to content

Commit

Permalink
Trying to ping vsphere by modified janitor.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thehejik committed Nov 27, 2024
1 parent 27dd06a commit 944c053
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/janitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ on:
jobs:
aws-janitor:
name: aws-janitor
runs-on: ubuntu-latest
runs-on:
group: Default
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
steps:
- name: Cleanup
uses: rancher/aws-janitor@v0.1.0
with:
regions: ap-south-2
commit: true
ignore-tag: janitor-ignore
- run: ping -c10 10.124.138.151

0 comments on commit 944c053

Please sign in to comment.