Skip to content

Commit

Permalink
.github/workflows/treadmill-ci-test: deploy on treadmill-ci env for w…
Browse files Browse the repository at this point in the history
…orkflow_dispatch
  • Loading branch information
lschuermann committed Dec 24, 2024
1 parent d3dd3ef commit 528b2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/treadmill-ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

# Provide access to the required Treadmill secrets by running in the
# appropriate environment (depending on the on: triggers above)
job-environment: ${{ github.event_name == 'pull_request' && 'treadmill-ci' || 'treadmill-ci-merged' }}
job-environment: ${{ (github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch') && 'treadmill-ci' || 'treadmill-ci-merged' }}


# This workflow tests the tock-hardware-ci scripts itself, so take the
Expand Down

0 comments on commit 528b2d6

Please sign in to comment.