Skip to content

Commit

Permalink
test owner
Browse files Browse the repository at this point in the history
  • Loading branch information
yfblock committed May 25, 2024
1 parent 48c6f5e commit f9e91f8
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .github/workflows/test-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ jobs:
run: |
echo ${{ github.repository_owner }}
echo ${{ github.repository }}
test-external-rcore-ch7:
if: github.repository_owner == 'sysones'
uses: sysones/rcore-tutorial-v3-with-hal-component/.github/workflows/test-run.yml@ch7
with:
# The directory to Top test, which need to be empty or not exist in this repository
TopTestDirectory: RcoreTest
CallerPackage: polyhal
CallerRepository: ${{ github.repository }}
CallerCommit: ${{ github.sha }}
- uses: jenseng/dynamic-uses@v1
env:
action_ref: ${{ github.action_ref }}
with:
uses: ${{ github.repository_owner }}/rcore-tutorial-v3-with-hal-component/.github/workflows/test-run.yml@ch7
with: '{"TopTestDirectory": "RcoreTest", "CallerPackage", "polyhal", "CallerRepository": "${{ github.repository }}", "CallerCommit": "${{ github.sha }}"}'
# test-external-rcore-ch7:
# if: github.repository_owner == 'sysones'
# uses: sysones/rcore-tutorial-v3-with-hal-component/.github/workflows/test-run.yml@ch7
# with:
# # The directory to Top test, which need to be empty or not exist in this repository
# TopTestDirectory: RcoreTest
# CallerPackage: polyhal
# CallerRepository: ${{ github.repository }}
# CallerCommit: ${{ github.sha }}

0 comments on commit f9e91f8

Please sign in to comment.