Skip to content

Commit

Permalink
Update clean-aws-resources.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerk22 authored Jul 19, 2023
1 parent 3bdc98d commit 2954bee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/clean-aws-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
name: AWS Daily Resources Cleaner

on:
schedule:
- cron: "0 0 * * *" # Run Every Day At Midnight
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -115,4 +113,4 @@ jobs:
aws-region: ${{ matrix.region }}

- name: Clean old dedicated host
run: go run ./tool/clean/clean_host/clean_host.go --tags=clean
run: go run ./tool/clean/clean_host/clean_host.go --tags=clean

0 comments on commit 2954bee

Please sign in to comment.