Skip to content

Commit

Permalink
ci: do not run changelog check on rc branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Aug 19, 2024
1 parent 090494a commit b3cb6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:
jobs:
changelog:
runs-on: [ubuntu-latest]
if: github.event_name == 'pull_request_target' && github.event.pull_request.draft == false
if: github.event_name == 'pull_request_target' && github.event.pull_request.draft == false && !contains(github.ref, '-rc')
timeout-minutes: 5

steps:
Expand Down

0 comments on commit b3cb6fe

Please sign in to comment.