aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2024-08-08 17:04:52 +0200
committerGitHub <noreply@github.com>2024-08-08 17:04:52 +0200
commit9715c89b1ccccb8ca58e6bf3cc37fdfcc0e31f5f (patch)
treef6417c97d194900709ea3025434091f923882bb9
parent51991cc45f8557dbeedbf6de176285e51a77676f (diff)
downloadNorthstarLauncher-9715c89b1ccccb8ca58e6bf3cc37fdfcc0e31f5f.tar.gz
NorthstarLauncher-9715c89b1ccccb8ca58e6bf3cc37fdfcc0e31f5f.zip
Add comment explaining time choice for cron job (#759)
-rw-r--r--.github/workflows/merge-conflict-auto-label.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/merge-conflict-auto-label.yml b/.github/workflows/merge-conflict-auto-label.yml
index cf5598a6..40d48119 100644
--- a/.github/workflows/merge-conflict-auto-label.yml
+++ b/.github/workflows/merge-conflict-auto-label.yml
@@ -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: