Surely this language has brackets
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/push/all-checks-complete unknown status
ci/woodpecker/pr/all-checks-complete unknown status

This commit is contained in:
Smaug123
2023-07-20 19:43:28 +01:00
parent 9c0867013e
commit 5c66604b32

View File

@@ -18,4 +18,4 @@ pipeline:
- nix --experimental-features 'nix-command flakes' run
when:
evaluate: '(CI_BUILD_EVENT == "push" && CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH) || (CI_BUILD_EVENT == "pull_request")'
evaluate: 'CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH || CI_BUILD_EVENT == "pull_request"'