From 9947371ef8ae65cef68c832fb25d0cb1b9cd2b83 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sat, 2 May 2020 11:41:53 +1000 Subject: [PATCH] [CI] Run unit tests on master and tagged commits (#953) --- .buildkite/pipeline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.sh b/.buildkite/pipeline.sh index 2f21f4179..df174c812 100755 --- a/.buildkite/pipeline.sh +++ b/.buildkite/pipeline.sh @@ -37,7 +37,7 @@ steps: artifact_paths: - "authelia-public_html.tar.gz" - "authelia-public_html.tar.gz.sha256" - if: build.branch !~ /^(master)|(v[0-9]+\.[0-9]+\.[0-9]+)$\$/ && build.env("CI_BYPASS") != "true" + if: build.env("CI_BYPASS") != "true" - wait: if: build.env("CI_BYPASS") != "true"