Skip to content

Commit c25eaf8

Browse files
chore: enable staging CI on mathlib4-nightly-testing
1 parent ce6be08 commit c25eaf8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/bors.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ permissions:
3838

3939
jobs:
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:

.github/workflows/mk_build_yml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ on:
5454
5555
name: continuous integration (staging)
5656
EOF
57-
include "github.sha" bors "github.repository == 'leanprover-community\/mathlib4'" "" bors
57+
include "github.sha" bors "github.repository == 'leanprover-community\/mathlib4' || github.repository == 'leanprover-community\/mathlib4-nightly-testing'" "" bors
5858
}
5959

6060
build_fork_yml() {

0 commit comments

Comments
 (0)