Skip to content

Commit

Permalink
Update treadmill-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lschuermann authored Oct 21, 2024
1 parent d056476 commit 6701ff4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/treadmill-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 6701ff4

Please sign in to comment.