mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
fix(ci): fix changes detection (#4155)
This commit is contained in:
parent
3d67f0857c
commit
05158b5807
5
.github/workflows/plugins.yml
vendored
5
.github/workflows/plugins.yml
vendored
@ -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…
x
Reference in New Issue
Block a user