fix(ci): fix changes detection (#4155)

This commit is contained in:
Kevin Duret 2023-01-18 12:07:22 +01:00 committed by GitHub
parent 3d67f0857c
commit 05158b5807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -45,11 +45,11 @@ jobs:
list-files: shell
filters: |
common:
- added|deleted|modified: centreon-plugins/centreon/**
- added|deleted|modified: src/centreon/**
packages:
- added|modified: packaging/**
plugins:
- added|modified: centreon-plugins/**
- added|modified: src/**
- name: transform to directories
run: |
@ -86,6 +86,7 @@ jobs:
shell: bash
package:
if: ${{ needs.get-plugins.outputs.plugins != '' }}
needs: [get-environment, get-plugins]
uses: ./.github/workflows/plugin-package.yml
with: