diff --git a/.github/workflows/impress.yml b/.github/workflows/impress.yml index 117fe8f1..ae170708 100644 --- a/.github/workflows/impress.yml +++ b/.github/workflows/impress.yml @@ -32,6 +32,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