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
|
list-files: shell
|
||||||
filters: |
|
filters: |
|
||||||
common:
|
common:
|
||||||
- added|deleted|modified: centreon-plugins/centreon/**
|
- added|deleted|modified: src/centreon/**
|
||||||
packages:
|
packages:
|
||||||
- added|modified: packaging/**
|
- added|modified: packaging/**
|
||||||
plugins:
|
plugins:
|
||||||
- added|modified: centreon-plugins/**
|
- added|modified: src/**
|
||||||
|
|
||||||
- name: transform to directories
|
- name: transform to directories
|
||||||
run: |
|
run: |
|
||||||
@ -86,6 +86,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
package:
|
package:
|
||||||
|
if: ${{ needs.get-plugins.outputs.plugins != '' }}
|
||||||
needs: [get-environment, get-plugins]
|
needs: [get-environment, get-plugins]
|
||||||
uses: ./.github/workflows/plugin-package.yml
|
uses: ./.github/workflows/plugin-package.yml
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user