Comment out trigger events
All checks were successful
ci/woodpecker/push/test Pipeline was successful
All checks were successful
ci/woodpecker/push/test Pipeline was successful
This commit is contained in:
parent
21061ccbdf
commit
bdf8bc8363
@ -1,12 +1,12 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
test:
|
test:
|
||||||
image: docker.io/sainnhe/cmake:latest
|
image: docker.io/sainnhe/cmake:latest
|
||||||
when:
|
|
||||||
- event: push
|
|
||||||
branch: master
|
|
||||||
commands:
|
commands:
|
||||||
- cmake .
|
- cmake .
|
||||||
- cmake --build . --parallel $(nproc) --target all
|
- cmake --build . --parallel $(nproc) --target all
|
||||||
|
# when:
|
||||||
|
# - event: push
|
||||||
|
# branch: master
|
||||||
# notify:
|
# notify:
|
||||||
# image: drillster/drone-email
|
# image: drillster/drone-email
|
||||||
# when:
|
# when:
|
||||||
|
Loading…
Reference in New Issue
Block a user