mirror of https://codeberg.org/topola/topola.git
ci(bctt): check for stable channel in 'when' condition
This commit is contained in:
parent
bd698027be
commit
f5153f870a
|
|
@ -43,11 +43,11 @@ steps:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
commands:
|
commands:
|
||||||
# Only run tests for stable channel to avoid straining Codeberg's CI.
|
|
||||||
- test "$CHANNEL" = "stable"
|
|
||||||
- cargo test --verbose --no-default-features --features "$FEATURES"
|
- cargo test --verbose --no-default-features --features "$FEATURES"
|
||||||
when:
|
when:
|
||||||
event: [pull_request, push, tag]
|
event: [pull_request, push, tag]
|
||||||
|
# Only run tests for stable channel to avoid straining Codeberg's CI.
|
||||||
|
evaluate: 'CHANNEL == "stable"'
|
||||||
path:
|
path:
|
||||||
include:
|
include:
|
||||||
- '.woodpecker/*.yaml'
|
- '.woodpecker/*.yaml'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue