diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-08-08 17:04:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 17:04:52 +0200 |
commit | 9715c89b1ccccb8ca58e6bf3cc37fdfcc0e31f5f (patch) | |
tree | f6417c97d194900709ea3025434091f923882bb9 /.github/workflows | |
parent | 51991cc45f8557dbeedbf6de176285e51a77676f (diff) | |
download | NorthstarLauncher-9715c89b1ccccb8ca58e6bf3cc37fdfcc0e31f5f.tar.gz NorthstarLauncher-9715c89b1ccccb8ca58e6bf3cc37fdfcc0e31f5f.zip |
Add comment explaining time choice for cron job (#759)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/merge-conflict-auto-label.yml | 2 |
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: |