From 6701ff434f19c78762cd05ffe7fb81ce71696298 Mon Sep 17 00:00:00 2001 From: Leon Schuermann Date: Mon, 21 Oct 2024 15:01:35 -0400 Subject: [PATCH] Update treadmill-ci.yml --- .github/workflows/treadmill-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/treadmill-ci.yml b/.github/workflows/treadmill-ci.yml index 7aff6be..997d2da 100644 --- a/.github/workflows/treadmill-ci.yml +++ b/.github/workflows/treadmill-ci.yml @@ -27,6 +27,9 @@ on: repository-filter: required: true type: string + job-environment: + required: true + type: string tock-hardware-ci-ref: required: true type: string @@ -43,7 +46,7 @@ jobs: # Do not run job on forks, as they will not have the correct environment set up if: github.repository == inputs.repository-filter - environment: 'treadmill-ci-merged' # ${{ inputs.environment }} + environment: ${{ inputs.job-environment }} outputs: tml-job-ids: ${{ steps.treadmill-job-launch.outputs.tml-job-ids }}