Skip to content

Commit

Permalink
[skip ci] #0: Update remove-stale-branches.yaml (#14198)
Browse files Browse the repository at this point in the history
  • Loading branch information
blozano-tt authored Oct 25, 2024
1 parent 5071778 commit e8c650e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remove-stale-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "[internal] Remove Stale Branches"

on:
schedule:
- cron: "0 0 * * *" # Runs every night at midnight
- cron: "0 */6 * * *" # Runs at midnight, 6AM, noon, 6pm
workflow_dispatch: # Allows manual trigger

jobs:
Expand Down

0 comments on commit e8c650e

Please sign in to comment.