chore: CI: remove TPIL trigger

now a cronjob
This commit is contained in:
Chris Lovett 2022-08-02 02:08:23 -07:00 committed by GitHub
parent 99413a18ff
commit 272c6ebdf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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