Skip to content

Commit

Permalink
Update treadmill-ci-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lschuermann authored Oct 28, 2024
1 parent 4827d85 commit 9e156ff
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 @@ -37,7 +37,7 @@ jobs:

# Provide access to the required Treadmill secrets by running in the
# appropriate environment (depending on the on: triggers above)
job-environment: ${{ github.ref == 'refs/heads/main' || github.event_name == 'merge_group' && 'treadmill-ci-merged' || 'treadmill-ci' }}
job-environment: ${{ github.event_name == 'push' || github.event_name == 'merge_group' && 'treadmill-ci-merged' || 'treadmill-ci' }}


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

0 comments on commit 9e156ff

Please sign in to comment.