mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
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:
@@ -13,4 +13,4 @@ steps:
|
|||||||
|
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
exclude: cron
|
exclude: ['cron', 'deployment']
|
||||||
|
|||||||
@@ -13,4 +13,4 @@ steps:
|
|||||||
|
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
exclude: cron
|
exclude: ['cron', 'deployment']
|
||||||
|
|||||||
Reference in New Issue
Block a user