Skip to content

Commit

Permalink
update feature gate schedule to avoid getting dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra authored Jan 24, 2025
1 parent 96852df commit 3561f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-feature-gates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Feature Gates
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # Daily at midnight
- cron: '23 3 * * *' # Daily at 3:23 am UTC

permissions:
contents: write
Expand Down

0 comments on commit 3561f65

Please sign in to comment.