mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-09-25 18:58:39 +02:00
force unstable stability and delivery
This commit is contained in:
parent
43b338ad1d
commit
0d790e7ee2
2
.github/workflows/get-environment.yml
vendored
2
.github/workflows/get-environment.yml
vendored
@ -205,7 +205,7 @@ jobs:
|
||||
script: |
|
||||
const getStability = (branchName) => {
|
||||
switch (true) {
|
||||
case /(^develop$)|(^dev-\d{2}\.\d{2}\.x$)/.test(branchName):
|
||||
case /(^develop$)|(^dev-\d{2}\.\d{2}\.x$)|(^tun-develop-force-all-plugins-build-and-delivery$)/.test(branchName):
|
||||
return 'unstable';
|
||||
case /(^release.+)|(^hotfix.+)/.test(branchName):
|
||||
return 'testing';
|
||||
|
Loading…
x
Reference in New Issue
Block a user