mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-31 11:31:10 +02:00
chore: fix release pipeline
We should only use the "tag" event and remove the promotion event. It seems like we can't have both. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
parent
8726cdb772
commit
e8355f07a0
@ -2369,9 +2369,6 @@ node:
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
||||
- promote
|
||||
target:
|
||||
- release
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
@ -354,11 +354,7 @@ local release_trigger = {
|
||||
trigger: {
|
||||
event: [
|
||||
"tag",
|
||||
"promote",
|
||||
],
|
||||
target: {
|
||||
include: ["release"]
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user