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 5c567ef commit d056476
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/treadmill-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,16 @@ env:
on:
workflow_call:
inputs:
repository:
repository-filter:
required: true
type: string
tock-hardware-ci-ref:
required: true
type: string
tock-kernel-ref:
required: true
type: string
libtock-c-ref:
required: true
type: string

Expand All @@ -33,7 +42,7 @@ jobs:
runs-on: ubuntu-latest

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

outputs:
Expand Down Expand Up @@ -194,6 +203,9 @@ jobs:
echo "verbose = off" >> $HOME/.wgetrc
- uses: actions/checkout@v4
with:
repository: tock/tock-hardware-ci
ref: ${{ inputs.tock-hardware-ci-ref }}

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
Expand Down

0 comments on commit d056476

Please sign in to comment.