diff --git a/.github/workflows/impress.yml b/.github/workflows/impress.yml index 164cb456..c2477551 100644 --- a/.github/workflows/impress.yml +++ b/.github/workflows/impress.yml @@ -34,6 +34,9 @@ jobs: check-changelog: runs-on: ubuntu-latest + if: | + contains(github.event.pull_request.labels.*.name, 'noChangeLog') == false && + github.event_name == 'pull_request' steps: - name: Checkout repository uses: actions/checkout@v2