Skip to content

Commit

Permalink
gh-actions: Run scheduled lint workflow at 00:15 rather than 15:00. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues authored May 12, 2024
1 parent ffdf1ca commit 4fe4f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clp-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
schedule:
# Run at midnight UTC every day with 15 minutes delay added to avoid high load periods
- cron: "0 15 * * *"
- cron: "15 0 * * *"
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 4fe4f0c

Please sign in to comment.