Skip to content

Commit

Permalink
common: debug
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Michalski <jan.michalski@intel.com>
  • Loading branch information
janekmi committed Mar 7, 2024
1 parent 1c40a43 commit 03dc288
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 03dc288

Please sign in to comment.