-
Notifications
You must be signed in to change notification settings - Fork 179
ci: add dry run flag to trigger release workflow #21755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
ci: add dry run flag to trigger release workflow #21755
Conversation
**Description**: Add a `dry-run-enabled` flag input to `flow-trigger-release` workflow so we can safely dry run the workflow without tags or branches being created. **Related Issue(s)**: Fixes #21491 Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com>
Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #21755 +/- ##
=========================================
Coverage 71.92% 71.92%
Complexity 24553 24553
=========================================
Files 2664 2664
Lines 103667 103667
Branches 10852 10852
=========================================
Hits 74560 74560
Misses 25075 25075
Partials 4032 4032 🚀 New features to boost your workflow:
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Description:
Add a
dry-run-enabledflag input toflow-trigger-releaseworkflow so we can safely dry run the workflow without tags or branches being created.Related Issue(s):
Fixes #21491
Checklist