diff --git a/.github/workflows/tidelift.yml b/.github/workflows/tidelift.yml deleted file mode 100644 index 0d33ecee..00000000 --- a/.github/workflows/tidelift.yml +++ /dev/null @@ -1,23 +0,0 @@ - -name: Tidelift Alignment -on: - push: - paths: - - ".github/workflows/tidelift.yml" - - workflow_dispatch: - -jobs: - build: - if: github.repository_owner == 'celery' - name: Ensure approved open source packages are in use - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Scan - uses: tidelift/alignment-action@main - env: - TIDELIFT_API_KEY: ${{ secrets.TIDELIFT_API_KEY }} - TIDELIFT_ORGANIZATION: team/auvipy - TIDELIFT_PROJECT: celeryproject