Skip to content

Commit

Permalink
Add comment explaining time choice for cron job (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse authored Aug 8, 2024
1 parent 51991cc commit 9715c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-conflict-auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
schedule:
- cron: "10 21 * * *"
- cron: "10 21 * * *" # Runs at 21:10; time was chosen based on contributor activity and low GitHub Actions cron load.

jobs:
triage:
Expand Down

0 comments on commit 9715c89

Please sign in to comment.