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 dab965e commit 510e4de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/treadmill-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ on:
push:
branches:
- master
- dev/tock-hardware-ci
# Pull requests from forks will not have access to the required GitHub API
# secrets below, even if they are using an appropriate deployment environment
# and the workflow runs have been approved according to this environment's
Expand All @@ -47,8 +48,8 @@ jobs:
test-prepare:
runs-on: ubuntu-latest

# Do not run job on forks
if: github.repository == 'tock/tock'
# Do not run job on forks, as they will not have the correct environment set up
if: github.repository == 'tock/tock-hardware-ci'

# This provides access to the secrets required below:
# - for `treadmill-ci`: after approval by certain persons or GH teams
Expand Down

0 comments on commit 510e4de

Please sign in to comment.