From e740652e66b5f4ea415c6f39b69540784ead64d4 Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Fri, 17 May 2024 11:59:19 +0100 Subject: [PATCH] ci: temporarily remove upstream check --- .github/workflows/upstream.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/upstream.yml diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml deleted file mode 100644 index f0fa64186..000000000 --- a/.github/workflows/upstream.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Check libphonenumbers releases - -on: - schedule: - - cron: '30 7,19 * * *' # Run daily at 07:30 and 19:30 - workflow_dispatch: - -jobs: - versioncheck: - runs-on: ubuntu-latest - if: github.repository_owner == 'daviddrysdale' - steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3 - - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4 - with: - python-version: 3 - - name: Check upstream version - run: | - pip install -U pip - pip install requests - python3 tools/python/checkupstreamversion.py