Skip to content

Commit

Permalink
fixup! Validate changelog only in PRs targeting main
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiSG committed Jul 11, 2024
1 parent dbc2bbb commit ee45502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}
branch: test-main
acceptable_conclusions: 'success, skipped' # changelog checks are skipped when not in a PR towards main branch
acceptable_conclusions: 'success,skipped' # changelog checks are skipped when not in a PR towards main branch
tags: true
interval: 10 # seconds between checks
pre_sleep: 15
Expand Down

0 comments on commit ee45502

Please sign in to comment.