Skip to content

Commit

Permalink
tock-hardware-ci: treadmill-ci job environment for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
charles37 committed Oct 28, 2024
1 parent 67a0cdb commit 4827d85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/treadmill-ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ 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.ref == 'refs/heads/main' || github.event_name == 'merge_group' && 'treadmill-ci-merged' || 'treadmill-ci' }}


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

0 comments on commit 4827d85

Please sign in to comment.