Files
composite-actions/.github/workflows/preview-publish.yml
严浩 b57d903c0a
All checks were successful
PREVIEW_PUBLISH / another-job (push) Successful in 6s
PREVIEW_PUBLISH / call-preview (push) Has been skipped
测试 Tencent/tdesign/.github/workflows/preview.yml@main
2024-09-30 14:24:58 +08:00

22 lines
488 B
YAML

# 文件名建议统一为 preview-publish
# 应用 preview.yml 的 demo
name: PREVIEW_PUBLISH
on:
push:
workflow_run:
workflows: ["MAIN_PULL_REQUEST"]
types:
- completed
jobs:
call-preview:
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!"