Skip to content

Commit

Permalink
chore: do not run the reqire changeset action on release branch (Redo…
Browse files Browse the repository at this point in the history
  • Loading branch information
tatomyr authored Feb 16, 2024
1 parent 4b54bc8 commit f6448ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/require-changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
require-changeset-or-label:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'No Changeset Needed') }}
if: ${{ !contains(github.event.pull_request.labels.*.name, 'No Changeset Needed') && github.head_ref != 'changeset-release/main' }}
runs-on: ubuntu-latest
env:
CI: true
Expand Down

0 comments on commit f6448ef

Please sign in to comment.