🐛 Don't run validation on commit into default branch
Some checks failed
ci/woodpecker/push/dockerize Pipeline failed
ci/woodpecker/push/deploy unknown status

This commit is contained in:
2024-09-25 22:59:24 +02:00
parent 93b6027c73
commit 6b9ef5dc90
2 changed files with 4 additions and 4 deletions

View File

@@ -14,5 +14,5 @@ when:
- event: push - event: push
branch: ${CI_REPO_DEFAULT_BRANCH} branch: ${CI_REPO_DEFAULT_BRANCH}
depends_on: # depends_on:
- validate # - validate

View File

@@ -24,5 +24,5 @@ steps:
when: when:
- event: pull_request - event: pull_request
- event: push # - event: push
branch: ${CI_REPO_DEFAULT_BRANCH} # branch: ${CI_REPO_DEFAULT_BRANCH}