diff --git a/.woodpecker/build-ci-image.yml b/.woodpecker/build-ci-image.yml index 089b39dd..f08c00ce 100644 --- a/.woodpecker/build-ci-image.yml +++ b/.woodpecker/build-ci-image.yml @@ -1,12 +1,11 @@ # Build the CI tools Docker image used by all infra pipelines. -# Triggers on changes to ci/Dockerfile or manual dispatch. +# Triggers on changes to ci/Dockerfile only (push to master). when: - - event: [push, manual] - branch: master - evaluate: 'CI_PIPELINE_VARIABLE_ISSUE_NUMBER == ""' - path: - include: + event: push + branch: master + path: + include: - 'ci/Dockerfile' steps: diff --git a/.woodpecker/issue-automation.yml b/.woodpecker/issue-automation.yml index 8fdddc61..15ed2774 100644 --- a/.woodpecker/issue-automation.yml +++ b/.woodpecker/issue-automation.yml @@ -1,6 +1,5 @@ when: - - event: manual - evaluate: 'CI_PIPELINE_VARIABLE_ISSUE_NUMBER != ""' + event: manual clone: git: diff --git a/.woodpecker/provision-user.yml b/.woodpecker/provision-user.yml index 52e57461..0f6d5dab 100644 --- a/.woodpecker/provision-user.yml +++ b/.woodpecker/provision-user.yml @@ -1,6 +1,5 @@ when: - - event: manual - evaluate: 'CI_PIPELINE_VARIABLE_ISSUE_NUMBER == ""' + event: manual clone: git: