mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 00:55:18 +02:00
Merge branch 'develop' into sync-rel-20250600
This commit is contained in:
commit
22edb5de2f
24
.github/workflows/generic-plugins.yml
vendored
24
.github/workflows/generic-plugins.yml
vendored
@ -0,0 +1,24 @@
|
|||||||
|
name: Generic Plugins
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- 'experimental/**'
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- develop
|
||||||
|
- master
|
||||||
|
paths:
|
||||||
|
- 'experimental/**'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
get-environment:
|
||||||
|
uses: ./.github/workflows/get-environment.yml
|
||||||
|
with:
|
||||||
|
version_file: experimental/Cargo.toml
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user