Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/nuke-phxdevops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Nuke: PhxDevOps"

on:
schedule:
- cron: '0 */3 * * *' # Every 3 hours
- cron: '0 0 * * *' # Daily at midnight UTC
workflow_dispatch:

permissions:
Expand All @@ -15,5 +15,5 @@ jobs:
with:
account_name: PhxDevOps
role_arn: arn:aws:iam::087285199408:role/cloud-nuke-gha
older_than: 2h
older_than: 24h
secrets: inherit
Loading