From 2882de5343b370ef0b91c2e9b093e7ffcfa7293d Mon Sep 17 00:00:00 2001 From: Aditya Sharad <6874315+adityasharad@users.noreply.github.com> Date: Tue, 7 Dec 2021 15:09:31 -0800 Subject: [PATCH] Clean up workflow --- .github/workflows/pr-checks.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 6e226d139..c7132dc30 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -4,27 +4,8 @@ on: workflow_dispatch: jobs: - check-js: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Check generated JS - run: .github/workflows/script/check-js.sh - - check-node-modules: - name: Check modules up to date - runs-on: macos-latest - - steps: - - uses: actions/checkout@v2 - - name: Check node modules up to date - run: .github/workflows/script/check-node-modules.sh - runner-analyze-csharp-autobuild-macos: name: Runner macos autobuild C# analyze - needs: [check-js, check-node-modules] - strategy: runs-on: macos-latest env: