mirror of https://codeberg.org/topola/topola.git
chore(ci): disable nightly channel tests to reduce Codeberg's CI usage
Turns out that our usage of the Codeberg's CI has been excessive: https://codeberg.org/topola/topola/issues/155 The `test` flow is the longest-running (due to contracts checks), yet the least needed, so I'm disabling it for now.
This commit is contained in:
parent
ee9f15498d
commit
8c46fcb2a2
|
|
@ -6,8 +6,8 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- CHANNEL: stable
|
- CHANNEL: stable
|
||||||
FEATURES: disable_contracts
|
FEATURES: disable_contracts
|
||||||
- CHANNEL: nightly
|
#- CHANNEL: nightly
|
||||||
FEATURES:
|
#FEATURES:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue