Skip to content
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

Fix release activated workflow via labels #3817

Merged
merged 1 commit into from
Jul 25, 2023
Merged

Fix release activated workflow via labels #3817

merged 1 commit into from
Jul 25, 2023

Conversation

bjoernricks
Copy link
Contributor

What

Fix release activated workflow via labels

Why

The if clauses of the dependent jobs haven't been adjusted for the new release process and its different labels. Therefore using a release label didn't run the jobs. This change removes the if statements from the dependent jobs completely because the first job will check them and otherwise the dependent jobs wont run at all.

References

#3816

The if clauses of the dependent jobs haven't been adjusted for the new
release process and its different labels. Therefore using a release
label didn't run the jobs. This change removes the if statements from
the dependent jobs completely because the first job will check them and
otherwise the dependent jobs wont run at all.
@bjoernricks bjoernricks requested review from a team as code owners July 25, 2023 11:38
@github-actions
Copy link

Conventional Commits Report

Type Number
Bug Fixes 1

🚀 Conventional commits found.

@codecov
Copy link

codecov bot commented Jul 25, 2023

Codecov Report

Merging #3817 (4f8911b) into main (28f7693) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #3817   +/-   ##
=======================================
  Coverage   60.08%   60.08%           
=======================================
  Files        1023     1023           
  Lines       25145    25145           
  Branches     7429     7429           
=======================================
  Hits        15109    15109           
  Misses       9094     9094           
  Partials      942      942           
Files Changed Coverage Δ
src/web/pages/nvts/detailspage.js 94.00% <ø> (ø)
src/web/pages/nvts/listpage.js 100.00% <ø> (ø)
src/gmp/gmpsettings.js 95.78% <100.00%> (ø)
src/version.js 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@bjoernricks bjoernricks enabled auto-merge (rebase) July 25, 2023 11:58
@bjoernricks bjoernricks merged commit 83b1bd0 into main Jul 25, 2023
10 checks passed
@bjoernricks bjoernricks deleted the fix-release branch July 25, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants