Skip to content

Commit 5cf3b21

Browse files
hanthorunknown
andauthored
ci(bonedigger): drop the no-op schedule trigger (#1061)
#981 tracked the decision to stop dispatching the bonedigger lifecycle reusable workflow for events it does not handle. #1011 dropped the pull_request trigger; the daily schedule trigger (0 9 * * *) remained as the same class of no-op: the pinned lifecycle (v1, d530767) defines only on-issue-opened and on-issue-comment, both guarded on github.event_name being issues/issue_comment, and HEAD has no schedule jobs either. A schedule dispatch therefore resolves to a fully skipped run every day. Remove the schedule block so the trigger list matches exactly what the reusable workflow handles. Refs #981 Co-authored-by: unknown <unknown@users.noreply.github.com>
1 parent 1ac7ff1 commit 5cf3b21

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/bonedigger.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
types: [opened, labeled, closed]
66
issue_comment:
77
types: [created]
8-
schedule:
9-
- cron: '0 9 * * *'
108

119
permissions:
1210
issues: write

0 commit comments

Comments
 (0)