mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 16:45:04 +02:00
fix(ci-nightly): trigger nightly builds on mondays instead of wednesdays (#5649)
This commit is contained in:
parent
a0339d805e
commit
7ef086e281
2
.github/scripts/test-all-plugins.py
vendored
2
.github/scripts/test-all-plugins.py
vendored
@ -135,7 +135,7 @@ if __name__ == '__main__':
|
||||
print("plugin : ", plugin)
|
||||
folders_list = get_tests_folders(plugin)
|
||||
if len(folders_list) == 0:
|
||||
print(f"we don't test {plugin} as it don't have any robots tests.")
|
||||
print(f"we don't test {plugin} as it doesn't have any robot tests.")
|
||||
continue
|
||||
|
||||
nb_plugins += 1
|
||||
|
2
.github/workflows/plugins.yml
vendored
2
.github/workflows/plugins.yml
vendored
@ -14,7 +14,7 @@ on:
|
||||
default: false
|
||||
type: boolean
|
||||
schedule:
|
||||
- cron: "30 1 * * 3"
|
||||
- cron: "30 1 * * 1"
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/plugins.yml'
|
||||
|
Loading…
x
Reference in New Issue
Block a user