ci: Skip push-triggered jobs on copilot/** branches#21
Merged
Conversation
Agent-Logs-Url: https://github.com/enactic/openarm_dataset/sessions/c693ecdf-a3c7-48aa-a40a-d3dba2dc25a7 Co-authored-by: kou <27350+kou@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove CI jobs triggered by push from copilot branches
ci: Skip push-triggered jobs on May 11, 2026
copilot/** branches
kou
reviewed
May 11, 2026
Agent-Logs-Url: https://github.com/enactic/openarm_dataset/sessions/72b8c4c5-280a-4f54-8329-1ecf949c86b5 Co-authored-by: kou <27350+kou@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates GitHub Actions workflow triggers to avoid running push-triggered CI jobs on branches under copilot/**, while keeping PR-triggered runs intact. This reduces unnecessary CI load from automated Copilot branch pushes and aligns workflow trigger behavior across test/lint/package pipelines.
Changes:
- Added
branches-ignore: ['copilot/**']to push triggers intest.yamlandlint.yaml. - Switched
package.yamlpush filtering tobranches-ignoreand addedcopilot/**+dependabot/**, with entries sorted alphabetically.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/test.yaml | Ignore copilot/** branches for push-triggered test workflow runs. |
| .github/workflows/lint.yaml | Ignore copilot/** branches for push-triggered lint workflow runs. |
| .github/workflows/package.yaml | Ignore copilot/** and dependabot/** branches for push-triggered packaging while preserving tag triggers. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix GH-19