chore: do not run the reqire changeset action on release branch (#1443)

This commit is contained in:
Andrew Tatomyr
2024-02-16 18:55:59 +02:00
committed by GitHub
parent 4b54bc8a15
commit f6448efb5a

View File

@@ -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