From 3468c13e752185bdea66bcca547faa0ce1a242d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Wed, 4 Jan 2023 23:37:19 +0800 Subject: [PATCH] ci: switch back to github actions --- .github/_workflows/README.md | 1 - .github/{_workflows => workflows}/ci.yml | 3 ++- .github/{_workflows => workflows}/semantic-pull-request.yml | 0 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 .github/_workflows/README.md rename .github/{_workflows => workflows}/ci.yml (92%) rename .github/{_workflows => workflows}/semantic-pull-request.yml (100%) diff --git a/.github/_workflows/README.md b/.github/_workflows/README.md deleted file mode 100644 index 02296ace..00000000 --- a/.github/_workflows/README.md +++ /dev/null @@ -1 +0,0 @@ -GitHub Actions is temporary disabled as we are reaching the usage limit as a private repo. Tests have been moved to Netlify pipeline as an workaround. We shall recover this once we open up. diff --git a/.github/_workflows/ci.yml b/.github/workflows/ci.yml similarity index 92% rename from .github/_workflows/ci.yml rename to .github/workflows/ci.yml index e06e054e..a554d46f 100644 --- a/.github/_workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: pull_request: branches: - main + workflow_dispatch: {} jobs: ci: @@ -17,7 +18,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: pnpm - name: 📦 Install dependencies diff --git a/.github/_workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml similarity index 100% rename from .github/_workflows/semantic-pull-request.yml rename to .github/workflows/semantic-pull-request.yml