fix: add event filter to test step in woodpecker pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
237889da59
commit
a9fd431db9
@ -19,6 +19,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- apk add --no-cache git
|
- apk add --no-cache git
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
when:
|
||||||
|
<<: *when_main
|
||||||
|
|
||||||
# Build rdev-api image
|
# Build rdev-api image
|
||||||
build-api:
|
build-api:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user