diff --git a/.github/workflows/fly-colors.yml b/.github/workflows/fly-colors.yml index 61fcd26..535ac68 100644 --- a/.github/workflows/fly-colors.yml +++ b/.github/workflows/fly-colors.yml @@ -23,10 +23,25 @@ jobs: uses: buildkite/trigger-pipeline-action@v2.0.0 with: buildkite_api_access_token: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }} - pipeline: "lzrinc/experimental-pipeline" + pipeline: "lizrabuya/kite-flying-tutorial" branch: master commit: HEAD message: ":buildkite::github: 🚀🚀🚀 Triggered from GHA On $GITHUB_EVENT_NAME" build_env_vars: '{"TRIGGERED_FROM_GHA": "true", "TPA_VERSION": "v2.0.0"}' build_meta_data: '{"TRIGGERED_FROM_PR": "true"}' ignore_pipeline_branch_filter: true + Trigger-Pipeline-Action-latest: + runs-on: ubuntu-latest + steps: + - name: Trigger a Buildkite Build on Push using latest + uses: buildkite/trigger-pipeline-action@latest + with: + buildkite_api_access_token: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }} + pipeline: "lizrabuya/kite-flying-tutorial" + branch: master + commit: HEAD + message: ":buildkite::github: 🚀🚀🚀 Triggered from GHA On $GITHUB_EVENT_NAME" + build_env_vars: '{"TRIGGERED_FROM_GHA": "true", "TPA_VERSION": "v2.0.0"}' + build_meta_data: '{"TRIGGERED_FROM_PR": "true"}' + ignore_pipeline_branch_filter: true + send_pull_request: true