Delete .github/workflows/subnets.yml

This commit is contained in:
2026-02-17 22:13:36 +07:00
committed by GitHub
parent af37cc67bb
commit ba15bace30
-29
View File
@@ -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'