From ff207065a3a67adcc860b392f6767e372234c14f Mon Sep 17 00:00:00 2001 From: Scott Prutton Date: Wed, 24 Jul 2024 15:02:11 -0400 Subject: [PATCH] feat: please work --- .github/workflows/try.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/try.yml b/.github/workflows/try.yml index ae7ff932d2..2a269139d2 100644 --- a/.github/workflows/try.yml +++ b/.github/workflows/try.yml @@ -3,20 +3,16 @@ name: Try Build on: issue_comment: types: [created, edited, deleted] - workflow_dispatch: - -permissions: write-all jobs: - try: - # if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/try') }} + if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/try') }} runs-on: ubuntu-latest steps: - uses: "buildkite/trigger-pipeline-action@v2.1.0" with: buildkite_api_access_token: ${{ secrets.BUILDKITE_TOKEN }} - pipeline: "system-initiative/si/merge-queue" + pipeline: "system-initiative/si-merge-queue" branch: ${{ github.ref_name }} message: ":github: Try for branch ${{ github.ref_name }}" ignore_pipeline_branch_filter: true