From 87af52cf91801c8ddd232359b0ec086ef73d1b57 Mon Sep 17 00:00:00 2001 From: Cafe137 <77121044+Cafe137@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:58:24 -0700 Subject: [PATCH] ci: remove supported version (#535) * ci: remove supported version * ci: remove config sync --- .github/workflows/check.yaml | 6 ------ .github/workflows/configs_sync.yaml | 22 ---------------------- 2 files changed, 28 deletions(-) delete mode 100644 .github/workflows/configs_sync.yaml diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index d76b7ad5..eb8870b2 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -52,9 +52,3 @@ jobs: - name: Build nodejs code run: npm run build - - - name: Check and update the supported Bee version - uses: ethersphere/update-supported-bee-action@v1 - if: github.ref == 'refs/heads/master' - with: - token: ${{ secrets.GHA_PAT_BASIC }} diff --git a/.github/workflows/configs_sync.yaml b/.github/workflows/configs_sync.yaml deleted file mode 100644 index 374bc8b1..00000000 --- a/.github/workflows/configs_sync.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: Sync configuration files - -on: - schedule: - - cron: "0 0 * * *" - push: - branches: - - 'master' - -jobs: - check: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: Check and update the Bee version - uses: ethersphere/repo-sync-action@v1 - with: - repo: ethersphere/configs-js - token: ${{ secrets.REPO_GHA_PAT }} - author: bee-worker