From ba15bace3069636624f8f44ac8ee65caaf6d26d6 Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Tue, 17 Feb 2026 22:13:36 +0700 Subject: [PATCH] Delete .github/workflows/subnets.yml --- .github/workflows/subnets.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/subnets.yml diff --git a/.github/workflows/subnets.yml b/.github/workflows/subnets.yml deleted file mode 100644 index 38d8e93..0000000 --- a/.github/workflows/subnets.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Update subnets - -on: - workflow_dispatch: - schedule: - - cron: '0 */12 * * *' - -permissions: - contents: write - -jobs: - update-subnets: - runs-on: ubuntu-latest - steps: - - name: Checkout sources - uses: actions/checkout@v6 - - name: Setup Java - uses: actions/setup-java@v5 - with: - java-version: '17' - distribution: 'oracle' - java-package: 'jdk' - architecture: 'x64' - - run: | - java -jar ip-ranges.jar - - name: Push subnets - uses: EndBug/add-and-commit@v9 - with: - message: 'Update subnets'