Skip to content

Commit

Permalink
ci: add nigthly clean routine
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Jun 15, 2024
1 parent 34258b1 commit 606a7a9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/nightly_clean.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Nightly clean cloud providers resources

on:
push:
schedule:
# every day at 0 AM
- cron: 00 0 * * *
workflow_dispatch:

jobs:
azure:
uses: ./.github/workflows/azure_clean.yml
secrets: inherit

gcp:
uses: ./.github/workflows/gcp_clean.yml
secrets: inherit

aws:
uses: ./.github/workflows/aws_main.yml
secrets: inherit

0 comments on commit 606a7a9

Please sign in to comment.