💚(CI) improve changelog ci

Disable changelog when the label is not present
This commit is contained in:
Jacques ROUSSEL
2024-05-24 14:18:55 +02:00
committed by Anthony LC
parent 72bb079f10
commit 2b456c231f

View File

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