We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d91c2 commit 7d111caCopy full SHA for 7d111ca
.github/workflows/main.yml
@@ -5,9 +5,9 @@ on:
5
merge_group:
6
workflow_dispatch:
7
schedule:
8
- # Run at 4 AM UTC daily to make sure that all changes are up-to-date
+ # Run at 4 AM UTC daily to make sure that all changes are up-to-date.
9
# We run the cron job at a time where merges don't usually happen, in order to avoid race
10
- # conditions with the `merge_group` workflow exeecution.
+ # conditions with the `merge_group` workflow execution.
11
- cron: 0 4 * * *
12
13
concurrency:
0 commit comments