Skip to content

fix: move upstream-canary to separate workflow file - #264

Merged
yeongseon merged 1 commit into
mainfrom
fix/canary-workflow
Aug 6, 2026
Merged

fix: move upstream-canary to separate workflow file#264
yeongseon merged 1 commit into
mainfrom
fix/canary-workflow

Conversation

@yeongseon

Copy link
Copy Markdown
Contributor

Summary

Same fix as cubrid-mcp-server #81: the schedule: trigger was at the job level, but GitHub Actions requires on: schedule: at the workflow level. The canary never ran on schedule.

Changes

  • Remove upstream-canary job from ci.yml
  • Create .github/workflows/upstream-canary.yml with on: schedule: + workflow_dispatch:

Same fix as cubrid-mcp-server #81: schedule trigger was at job level,
not workflow level. Canary never ran on schedule.
@yeongseon
yeongseon merged commit 91bb585 into main Aug 6, 2026
15 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants