Skip to content

chore: remove develop branch trigger, use shared reusable CI#2

Merged
kazukinakai merged 1 commit into
mainfrom
fix/remove-env-per-branch
May 9, 2026
Merged

chore: remove develop branch trigger, use shared reusable CI#2
kazukinakai merged 1 commit into
mainfrom
fix/remove-env-per-branch

Conversation

@kazukinakai

Copy link
Copy Markdown
Member

Summary

  • Remove develop from push/PR branch triggers (env-per-branch anti-pattern — trunk-based development, main only)
  • Replace duplicated build + test jobs (both reinstalled pnpm separately) with a single call to the shared reusable workflow: agiletec-inc/.github/.github/workflows/node-pnpm-ci.yml@main
  • Add concurrency to cancel stale in-progress runs

Requires agiletec-inc/.github PR #2 to merge first (or this workflow will fail with "not found").

Test plan

  • CI passes after .github PR merges
  • No develop-branch triggers appear in Actions

🤖 Generated with Claude Code

- Remove 'develop' from push/PR branch triggers (env-per-branch anti-pattern)
- Replace duplicated build+test jobs with shared reusable workflow
- Add concurrency to cancel stale runs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@kazukinakai kazukinakai merged commit 0708c92 into main May 9, 2026
@kazukinakai kazukinakai deleted the fix/remove-env-per-branch branch May 9, 2026 21:23
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.

1 participant