diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b4f224347..58c6f04bdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,10 +188,6 @@ jobs: with: name: build-${{ matrix.name }} path: pack/* - - name: Trigger TPIL build - run: | - curl -u '${{ github.repository_owner }}:${{ secrets.PUSH_NIGHTLY_TOKEN }}' 'https://api.github.com/repos/leanprover/theorem_proving_in_lean4/dispatches' -X POST -d '{ "event_type": "build_event" }' - if: matrix.name == 'Linux release' && github.event_name == 'push' && github.repository == 'leanprover/lean4' - name: Lean stats run: | build/stage1/bin/lean --stats src/Lean.lean