Skip to content

Conversation

@andrewb1269hg
Copy link
Contributor

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

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

**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>
@andrewb1269hg andrewb1269hg linked an issue Oct 21, 2025 that may be closed by this pull request
@andrewb1269hg andrewb1269hg self-assigned this Oct 21, 2025
@andrewb1269hg andrewb1269hg added the github_actions Pull requests that update Github Actions code. label Oct 21, 2025
@lfdt-bot
Copy link

lfdt-bot commented Oct 21, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 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>
Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com>
Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com>
@codecov
Copy link

codecov bot commented Oct 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@            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           

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (da1057f) 103572 78547 75.84%
Head commit (2b28777) 103572 (+0) 78547 (+0) 75.84% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#21755) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update Github Actions code.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add dry-run flag to trigger release workflow

3 participants