fix(ci): fix changes detection (#4155)
This commit is contained in:
parent
3d67f0857c
commit
05158b5807
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue