From 5edff0182f67221afc4e4b07ad20cd14a4377c8d Mon Sep 17 00:00:00 2001 From: Joe Doss Date: Tue, 8 Dec 2020 18:31:20 -0600 Subject: [PATCH] Update buildkite.yml (#11820) Admin merging to disable the conditional for a quick test. TravisCI tests do not need to run for this PR. --- .github/workflows/buildkite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildkite.yml b/.github/workflows/buildkite.yml index f5b5a3133..b1a5e3f3d 100644 --- a/.github/workflows/buildkite.yml +++ b/.github/workflows/buildkite.yml @@ -7,7 +7,7 @@ on: jobs: add_ci_label: name: "Add CI label to PR" - if: github.event.issue.pull_request && contains(github.event.comment.body, '/ci') && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER') + #if: github.event.issue.pull_request && contains(github.event.comment.body, '/ci') && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER') runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -29,7 +29,7 @@ jobs: build_containers: name: "Run Buildkite forem/build-containers pipeline" - if: github.event.issue.pull_request && contains(github.event.comment.body, '/ci') && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER') + #if: github.event.issue.pull_request && contains(github.event.comment.body, '/ci') && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER') runs-on: ubuntu-latest steps: - uses: actions/checkout@v2