Skip to content

Commit

Permalink
chore: cleanup stacks every 3 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton authored Sep 7, 2024
1 parent cc398a1 commit 18c58da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cleanup-stacks

on:
schedule:
- cron: "0 0,12 * * *"
- cron: "0 */3 * * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 18c58da

Please sign in to comment.