Skip to content

Commit

Permalink
Shift to two jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
lizrabuya authored Sep 28, 2023
1 parent d8d9fe1 commit 68cabbf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/fly-colors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test Workflow
on: push

jobs:
Colorful-Actions:
Trigger-Pipeline-Action-v1-6-0:
runs-on: ubuntu-latest
steps:
- name: Trigger a Buildkite Build on Push using v1.6.0
Expand All @@ -16,6 +16,9 @@ jobs:
build-env-vars: '{"TRIGGERED_FROM_GHA": "true", "TPA_VERSION: "v1.6.0"}'
build-meta-data: '{"TRIGGERED_FROM_PR": "true"}'
ignore-pipeline-branch-filter: true
Trigger-Pipeline-Action-v2-0-0:
runs-on: ubuntu-latest
steps:
- name: Trigger a Buildkite Build on Push using v2.0.0
uses: buildkite/trigger-pipeline-action@v2.0.0
with:
Expand Down

0 comments on commit 68cabbf

Please sign in to comment.