Do not run master build and tests on nightly

In order to trigger a deployment, these were already executed, it
doesn't make sense to waste CI time running them again.
This commit is contained in:
José Rebelo 2023-09-07 13:06:39 +01:00
parent 418e0b7d43
commit ec9b423785
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@ steps:
when:
event:
exclude: cron
exclude: ['cron', 'deployment']

View File

@ -13,4 +13,4 @@ steps:
when:
event:
exclude: cron
exclude: ['cron', 'deployment']