CI: only run on tag
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Dorian Zedler 2023-02-18 12:12:47 +01:00
parent ec6ee9da3d
commit d09f45ff49
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 7 additions and 1 deletions

View File

@ -11,6 +11,9 @@ steps:
github_repo: "dorianim/drone-runner"
workflow_id: "drone.yml"
workflow_actions: start
trigger:
ref:
- refs/tags/v*
---
kind: pipeline
type: exec
@ -43,6 +46,9 @@ steps:
- 'curl --user $GITEA_USER:$GITEA_TOKEN --upload-file receiver/receiver-macos.dmg https://itsblue.dev/api/packages/dorian/generic/ok-ready-go/$DRONE_COMMIT_SHA/receiver-macos.dmg'
depends_on:
- start-github-action
trigger:
status:
- success
---
kind: pipeline
type: docker
@ -61,7 +67,7 @@ depends_on:
trigger:
status:
- success
#- failure
- failure
---
kind: pipeline