Skip to content

Commit

Permalink
Merge pull request #4219 from systeminit/tryest
Browse files Browse the repository at this point in the history
feat: /try command kicking off buildkite builds
  • Loading branch information
sprutton1 authored Jul 24, 2024
2 parents e5ecfbe + ff20706 commit bbe6071
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/try.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]"
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
Expand Down

0 comments on commit bbe6071

Please sign in to comment.