Don't test the build on promoted build event
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone Build encountered an error

This commit is contained in:
Adam Štrauch 2021-09-21 23:44:11 +02:00
parent 4eb56ac875
commit 3e4c1fbbc0
Signed by: cx
GPG Key ID: 018304FFA8988F8D

View File

@ -13,6 +13,11 @@ steps:
commands: commands:
- make build - make build
trigger:
event:
exclude:
- promote
--- ---
kind: pipeline kind: pipeline