mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-09-07 06:36:35 +02:00
docs: correct comments that contradict the code
- part id is 0-indexed in both --help and the loader docstring, matching the matrix - daily release cron comment said 6:00pm while the expression fires at 06:00 UTC Generated-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@ name: openairframes-daily-release
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# 6:00pm UTC every day - runs on default branch, triggers both
|
||||
# 06:00 UTC every day - runs on default branch, triggers both
|
||||
- cron: "0 06 * * *"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user