diff --git a/.github/workflows/binder.yml b/.github/workflows/binder.yml deleted file mode 100644 index da48def..0000000 --- a/.github/workflows/binder.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Deploy Binder Image -on: - push: - branches: - - main - -concurrency: - group: Create-MyBinderOrg-Cache-${{ github.ref }} - cancel-in-progress: true - -jobs: - Create-MyBinderOrg-Cache: - runs-on: ubuntu-latest - steps: - - name: Cache Binder build on mybinder.org - uses: jupyterhub/repo2docker-action@master - with: - NO_PUSH: true - MYBINDERORG_TAG: ${{ github.event.ref }}