diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml deleted file mode 100644 index bf2cca593a..0000000000 --- a/.github/workflows/CompatHelper.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: CompatHelper -on: - schedule: - - cron: 0 0 * * * -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Install CompatHelper - shell: julia --color=yes {0} - run: | - using Pkg - Pkg.add("CompatHelper") - - name: Run CompatHelper - shell: julia --color=yes {0} - run: | - using CompatHelper - CompatHelper.main() - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}