@@ -38,7 +38,7 @@ permissions:
3838
3939jobs :
4040 build :
41- if : github.repository == 'leanprover-community/mathlib4'
41+ if : github.repository == 'leanprover-community/mathlib4' || github.repository == 'leanprover-community/mathlib4-nightly-testing'
4242 name : Build
4343 runs-on : bors
4444 outputs :
@@ -456,7 +456,7 @@ jobs:
456456
457457 post_steps :
458458 name : Post-Build Step
459- if : github.repository == 'leanprover-community/mathlib4'
459+ if : github.repository == 'leanprover-community/mathlib4' || github.repository == 'leanprover-community/mathlib4-nightly-testing'
460460 needs : [build]
461461 runs-on : ubuntu-latest # Note these steps run on disposable GitHub runners, so no landrun sandboxing is needed.
462462 steps :
@@ -558,7 +558,7 @@ jobs:
558558
559559 style_lint :
560560 name : Lint style
561- if : github.repository == 'leanprover-community/mathlib4'
561+ if : github.repository == 'leanprover-community/mathlib4' || github.repository == 'leanprover-community/mathlib4-nightly-testing'
562562 runs-on : ubuntu-latest
563563 steps :
564564 - uses : leanprover-community/lint-style-action@d29fb3b12c1c834450680b3c544f63fe0237a2e2 # 2025-06-20
@@ -569,7 +569,7 @@ jobs:
569569
570570 build_and_lint :
571571 name : CI Success
572- if : github.repository == 'leanprover-community/mathlib4'
572+ if : github.repository == 'leanprover-community/mathlib4' || github.repository == 'leanprover-community/mathlib4-nightly-testing'
573573 needs : [style_lint, post_steps]
574574 runs-on : ubuntu-latest
575575 steps :
@@ -579,7 +579,7 @@ jobs:
579579
580580 final :
581581 name : Post-CI job
582- if : github.repository == 'leanprover-community/mathlib4'
582+ if : github.repository == 'leanprover-community/mathlib4' || github.repository == 'leanprover-community/mathlib4-nightly-testing'
583583 needs : [style_lint, build, post_steps]
584584 runs-on : ubuntu-latest
585585 steps :
0 commit comments