Update buildkite.yml (#11820)

Admin merging to disable the conditional for a quick test. TravisCI tests do not need to run for this PR.
This commit is contained in:
Joe Doss 2020-12-08 18:31:20 -06:00 committed by GitHub
parent a8b9e9ab95
commit 5edff0182f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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