💚(CI) improve changelog ci

Disable changelog when the label is not present
This commit is contained in:
Jacques ROUSSEL
2024-05-24 16:41:52 +02:00
parent 5ca762894f
commit 8a8e8ba7d1
+3
View File
@@ -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