Try restricting when
Some checks failed
ci/woodpecker/pr/build Pipeline is pending
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/pr/all-checks-complete unknown status
ci/woodpecker/push/all-checks-complete unknown status

This commit is contained in:
Smaug123
2023-07-20 19:35:59 +01:00
parent 195127bff7
commit 7ccac9aa65

View File

@@ -13,3 +13,6 @@ pipeline:
# Run through Nix
- nix --experimental-features 'nix-command flakes' build
- 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")'