Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
branches:
- main
- nightly-testing
- "lean-pr-testing-*"
pull_request:
branches:
- main
Expand Down Expand Up @@ -58,7 +57,6 @@ jobs:
${{ runner.os }}-${{ hashFiles('lean-toolchain') }}-

- name: Build
id: build
run: |
lake --no-ansi build 2>&1 | tee build.log
- name: Generate build time summary
Expand Down Expand Up @@ -152,7 +150,6 @@ jobs:

- name: Generate proofreading HTML
if: github.event_name == 'pull_request'
id: generate
run: |
./generate-html.sh --mode preview --draft --output _out/draft-site

Expand All @@ -167,20 +164,6 @@ jobs:
fi
done

- name: Report status to Lean PR
if: always() && github.repository == 'leanprover/reference-manual'
shell: bash
env:
TOKEN: ${{ secrets.LEAN_PR_TESTING }}
GITHUB_CONTEXT: ${{ toJson(github) }}
WORKFLOW_URL:
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
BUILD_OUTCOME: ${{ steps.build.outcome }}
GENERATE_OUTCOME: ${{ steps.generate.outcome }}
NIGHTLY_TESTING_REPO: leanprover/reference-manual
run: |
scripts/lean-pr-testing-comments.sh lean

- name: Save generated HTML to artifact storage
uses: actions/upload-artifact@v4
with:
Expand Down
210 changes: 0 additions & 210 deletions .github/workflows/discover-lean-pr-testing.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/nightly-with-manual.yml

This file was deleted.

Loading
Loading