CI: only run on tag
Some checks reported errors
continuous-integration/drone/push Build was killed

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

View file

@ -11,6 +11,9 @@ steps:
github_repo: "dorianim/drone-runner" github_repo: "dorianim/drone-runner"
workflow_id: "drone.yml" workflow_id: "drone.yml"
workflow_actions: start workflow_actions: start
trigger:
ref:
- refs/tags/v*
--- ---
kind: pipeline kind: pipeline
type: exec 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' - '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: depends_on:
- start-github-action - start-github-action
trigger:
status:
- success
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
@ -61,7 +67,7 @@ depends_on:
trigger: trigger:
status: status:
- success - success
#- failure - failure
--- ---
kind: pipeline kind: pipeline