mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 02:58:21 +00:00
test permission
This commit is contained in:
parent
935e15c4d2
commit
9ef0d76ef0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -23,6 +23,9 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.inputs.commit_sha }}
|
ref: ${{ github.event.inputs.commit_sha }}
|
||||||
|
- name: Read CODEOWNERS file
|
||||||
|
run: |
|
||||||
|
cat .github/CODEOWNERS
|
||||||
|
|
||||||
- name: Echo commit SHA
|
- name: Echo commit SHA
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue