ci: skip CI jobs for release commits
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 75/100
- Issue type
- Refactor
- Clarity
- Clearly specified
- Activity status
- Active
- Tech stack
- github-actions, typescript
- Domain
- ci-cd
Research direction
Look at the CI workflow file (likely .github/workflows/ci.yml) to understand the job structure. The condition to skip jobs for commits with messages starting with 'chore(release):' needs to be added. Check the existing 'verify.yml' workflow to see how verification is called. Test by creating a dummy commit with that message pattern and observing the CI behavior.
Written by the indexing model from the issue text.
Description
Description
Merging a release PR such as #2391 pushes a chore(release): commit to refactor, triggering both CI and release publishing. Both workflows independently call verify.yml, duplicating Linux and Windows verification.
Expected behavior
Skip both jobs in ci.yml for pushes whose head commit message starts with chore(release):. Keep PR verification and manual CI verification enabled. The release workflow continues to run its own verification before publishing.
GitHub will still create a skipped CI workflow entry. This also skips CI's macOS and E2E checks on release pushes.
- Dominant language
- TypeScript
- Stars
- 291
- Forks
- 96
- Avg merge
- 21h 31m
- Merged PRs (30d)
- 217
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from aws/agentcore-cli
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
aws/agentcore-cli#2395 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
aws/agentcore-cli#2267 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
aws/agentcore-cli#2258 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
aws/agentcore-cli#2176 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
aws/agentcore-cli#2140 ·
All issues in aws/agentcore-cli
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
bcgov/bc-wallet-mobile#4761 · 1 comment ·
-
external-issue to-triage
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
area-deployment area-integrations triage:bot-seen
Difficulty 2/5 Half a day Newbie friendliness 86/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
refactor
Difficulty 2/5 1-3 hours Newbie friendliness 84/100