diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3460bcc149a..e53ecda3e9a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,18 +18,18 @@ jobs: # required for `make check-license` to work properly fetch-depth: 50 - - name: Check changelog - # Skip for pmem/pmdk/master and stable-* branches - if: | - !(github.repository == 'pmem/pmdk' && - (github.ref_name == 'master' || startsWith(github.ref_name, 'stable-'))) - uses: Zomzog/changelog-checker@v1.3.0 - with: - fileName: ChangeLog - noChangelogLabel: no changelog # the default - checkNotification: Simple - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - name: Check changelog + # # Skip for pmem/pmdk/master and stable-* branches + # if: | + # !(github.repository == 'pmem/pmdk' && + # (github.ref_name == 'master' || startsWith(github.ref_name, 'stable-'))) + # uses: Zomzog/changelog-checker@v1.3.0 + # with: + # fileName: ChangeLog + # noChangelogLabel: no changelog # the default + # checkNotification: Simple + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install dependencies run: |