Skip to content

Commit c43dd35

Browse files
committed
[static] .
1 parent d1fcffd commit c43dd35

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pr_contributors.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,13 @@ jobs:
1919
uses: ./.github/workflows/build.yml
2020
if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
2121
secrets: inherit
22+
23+
test:
24+
runs-on: self-hosted-docker-tiny
25+
steps:
26+
- name: test
27+
run: |
28+
echo ${{ github.event.pull_request.head.repo.git_url }}
29+
echo ${{ github.event.pull_request.head.repo.url }}
30+
echo ${{ github.event.pull_request.head.repo.full_name }}
31+

0 commit comments

Comments
 (0)