Skip to content

Commit

Permalink
Update prerelease-changelog-update.yml to allow to run push when buil… (
Browse files Browse the repository at this point in the history
#117)

…d test and measure workflow was skipped

## *What has changed?*:

## *Why was it needed?*:

## *How was it done?*:

## Links to trello Tickets or github issues: 

* 

---

### Code Checklist
- [ ] tested
- [ ] documented
  • Loading branch information
carstingaxion authored Oct 9, 2024
2 parents 374d4fa + 07865cd commit 2ef54c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease-changelog-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
# branch: ${{ github.event.release.target_commitish }}
branch: main
#unprotect_reviews: true # has anoying side-effect: settings stays disabled if workflow fails
acceptable_conclusions: success # A comma-separated list of acceptable statuses. If any of these statuses are present, the action will not fail.
acceptable_conclusions: success, skipped # A comma-separated list of acceptable statuses. If any of these statuses are present, the action will not fail.

#-----------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 2ef54c6

Please sign in to comment.