测试 Tencent/tdesign/.github/workflows/preview.yml@main
All checks were successful
PREVIEW_PUBLISH / another-job (push) Successful in 6s
PREVIEW_PUBLISH / call-preview (push) Has been skipped

This commit is contained in:
严浩
2024-09-30 14:21:37 +08:00
parent 4dfffb6a29
commit b57d903c0a

View File

@ -12,6 +12,11 @@ on:
jobs:
call-preview:
uses: Tencent/tdesign/.github/workflows/preview.yml@main
uses: https://github.com/Tencent/tdesign/.github/workflows/preview.yml@main
secrets:
TDESIGN_SURGE_TOKEN: ${{ secrets.TDESIGN_SURGE_TOKEN }}
another-job:
runs-on: ubuntu-latest
steps:
- name: Another job
run: echo "This is another job!"