From 9304665be8fd2cbe75e1b7bffe56b7ff07b7122e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 30 Sep 2024 14:37:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20CI=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E6=96=87=E4=BB=B6=E5=B9=B6=E5=88=A0=E9=99=A4=20previe?= =?UTF-8?q?w-publish=20=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 7 +++++++ .github/workflows/preview-publish.yml | 22 ---------------------- 2 files changed, 7 insertions(+), 22 deletions(-) create mode 100644 .github/workflows/ci.yml delete mode 100644 .github/workflows/preview-publish.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..004eb95 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,7 @@ +on: + push: +jobs: + another-job: + runs-on: ubuntu-latest + steps: + - uses: yanhao98/composite-actions@main \ No newline at end of file diff --git a/.github/workflows/preview-publish.yml b/.github/workflows/preview-publish.yml deleted file mode 100644 index 2e4babc..0000000 --- a/.github/workflows/preview-publish.yml +++ /dev/null @@ -1,22 +0,0 @@ -# 文件名建议统一为 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!" \ No newline at end of file