ci: Update actions to run on backport and future version branches#9795
Merged
edgarrmondragon merged 1 commit intomainfrom Feb 2, 2026
Merged
ci: Update actions to run on backport and future version branches#9795edgarrmondragon merged 1 commit intomainfrom
edgarrmondragon merged 1 commit intomainfrom
Conversation
Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
✅ Deploy Preview for meltano canceled.
|
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR broadens the GitHub Actions CI triggers so that several workflows run not only on Flow diagram for push events routing to updated CI workflowsflowchart TD
A["Developer pushes commit"] --> B{Branch pattern}
B -->|main| C["Run benchmark.yml"]
B -->|main| D["Run codeql-analysis.yml"]
B -->|main| E["Run lint_snowplow_schemas.yml"]
B -->|main| F["Run run-zizmor.yml"]
B -->|v*| G["Run benchmark.yml"]
B -->|v*| H["Run codeql-analysis.yml"]
B -->|v*| I["Run lint_snowplow_schemas.yml"]
B -->|v*| J["Run run-zizmor.yml"]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9795 +/- ##
==========================================
- Coverage 96.47% 96.44% -0.04%
==========================================
Files 284 284
Lines 24495 24495
Branches 1403 1403
==========================================
- Hits 23631 23623 -8
- Misses 690 696 +6
- Partials 174 176 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Description
SSIA.
Related Issues
Summary by Sourcery
CI: