Skip to content

Commit b1e9ded

Browse files
committed
Temporarily don't run AesopTest
1 parent d76573a commit b1e9ded

File tree

4 files changed

+24
-20
lines changed

4 files changed

+24
-20
lines changed

.github/build.in.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -541,11 +541,12 @@ jobs:
541541
run: |
542542
lake build Batteries Qq Aesop ProofWidgets Plausible
543543
544-
- name: build AesopTest (nightly-testing only)
545-
# Only run on the mathlib4-nightly-testing repository
546-
if: github.repository == 'leanprover-community/mathlib4-nightly-testing'
547-
run: |
548-
lake build AesopTest
544+
# temporarily comment out
545+
# - name: build AesopTest (nightly-testing only)
546+
# # Only run on the mathlib4-nightly-testing repository
547+
# if: github.repository == 'leanprover-community/mathlib4-nightly-testing'
548+
# run: |
549+
# lake build AesopTest
549550

550551
# We no longer run `lean4checker` in regular CI, as it is quite expensive for little benefit.
551552
# Instead we run it in a cron job on master: see `lean4checker.yml`.

.github/workflows/bors.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -551,11 +551,12 @@ jobs:
551551
run: |
552552
lake build Batteries Qq Aesop ProofWidgets Plausible
553553
554-
- name: build AesopTest (nightly-testing only)
555-
# Only run on the mathlib4-nightly-testing repository
556-
if: github.repository == 'leanprover-community/mathlib4-nightly-testing'
557-
run: |
558-
lake build AesopTest
554+
# temporarily comment out
555+
# - name: build AesopTest (nightly-testing only)
556+
# # Only run on the mathlib4-nightly-testing repository
557+
# if: github.repository == 'leanprover-community/mathlib4-nightly-testing'
558+
# run: |
559+
# lake build AesopTest
559560

560561
# We no longer run `lean4checker` in regular CI, as it is quite expensive for little benefit.
561562
# Instead we run it in a cron job on master: see `lean4checker.yml`.

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -558,11 +558,12 @@ jobs:
558558
run: |
559559
lake build Batteries Qq Aesop ProofWidgets Plausible
560560
561-
- name: build AesopTest (nightly-testing only)
562-
# Only run on the mathlib4-nightly-testing repository
563-
if: github.repository == 'leanprover-community/mathlib4-nightly-testing'
564-
run: |
565-
lake build AesopTest
561+
# temporarily comment out
562+
# - name: build AesopTest (nightly-testing only)
563+
# # Only run on the mathlib4-nightly-testing repository
564+
# if: github.repository == 'leanprover-community/mathlib4-nightly-testing'
565+
# run: |
566+
# lake build AesopTest
566567

567568
# We no longer run `lean4checker` in regular CI, as it is quite expensive for little benefit.
568569
# Instead we run it in a cron job on master: see `lean4checker.yml`.

.github/workflows/build_fork.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -555,11 +555,12 @@ jobs:
555555
run: |
556556
lake build Batteries Qq Aesop ProofWidgets Plausible
557557
558-
- name: build AesopTest (nightly-testing only)
559-
# Only run on the mathlib4-nightly-testing repository
560-
if: github.repository == 'leanprover-community/mathlib4-nightly-testing'
561-
run: |
562-
lake build AesopTest
558+
# temporarily comment out
559+
# - name: build AesopTest (nightly-testing only)
560+
# # Only run on the mathlib4-nightly-testing repository
561+
# if: github.repository == 'leanprover-community/mathlib4-nightly-testing'
562+
# run: |
563+
# lake build AesopTest
563564

564565
# We no longer run `lean4checker` in regular CI, as it is quite expensive for little benefit.
565566
# Instead we run it in a cron job on master: see `lean4checker.yml`.

0 commit comments

Comments
 (0)