From ecb354b105b2c6df6c4d4cf0ec5cd565a3d3f747 Mon Sep 17 00:00:00 2001 From: lajbel Date: Sun, 1 Sep 2024 11:03:59 -0300 Subject: [PATCH] ci: remove kaplayground --- .github/workflows/kaplayground.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/kaplayground.yml diff --git a/.github/workflows/kaplayground.yml b/.github/workflows/kaplayground.yml deleted file mode 100644 index cf2359b6..00000000 --- a/.github/workflows/kaplayground.yml +++ /dev/null @@ -1,26 +0,0 @@ -# This is a basic workflow to help you get started with Actions -name: Update KAPLAYGROUND version - -# Controls when the workflow will run -on: - push: - branches: master - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - sync: - permissions: write-all - name: "Sync KAPLAYGROUND" - runs-on: ubuntu-latest - steps: - - uses: actions/github-script@v6 - with: - github-token: ${{ secrets.PAT_TOKEN }} - script: | - await github.rest.actions.createWorkflowDispatch({ - owner: 'kaplayjs', - repo: 'kaplayground', - workflow_id: 'upgrade-submodules.yml', - ref: 'dev' - }) \ No newline at end of file