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 c44d164 commit 327c3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/treadmill-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Do not run job on forks, as they will not have the correct environment set up
if: github.repository == inputs.repository
environment: ${{ inputs.environment }}
environment: 'treadmill-ci-merged' # ${{ inputs.environment }}

outputs:
tml-job-ids: ${{ steps.treadmill-job-launch.outputs.tml-job-ids }}
Expand Down

0 comments on commit 327c3a1

Please sign in to comment.