publish on cron
Some checks failed
continuous-integration/drone/push Build is passing
Vulnerability Scan / Daily Vulnerability Scan (push) Failing after 18s
continuous-integration/drone/tag Build is failing

This commit is contained in:
2024-05-25 19:42:04 +02:00
parent 1ac07c5704
commit 016f8e64f4

View File

@@ -39,6 +39,7 @@ steps:
when: when:
event: event:
- tag - tag
- cron
--- ---
kind: pipeline kind: pipeline
@@ -81,6 +82,7 @@ steps:
when: when:
event: event:
- tag - tag
- cron
--- ---
kind: pipeline kind: pipeline
@@ -104,6 +106,7 @@ steps:
trigger: trigger:
event: event:
- tag - tag
- cron
depends_on: depends_on:
- linux-amd64 - linux-amd64