Skip to content

Commit 9f8875a

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 3d83c4b + b84acde commit 9f8875a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/maintainer_bors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
COMMENT_REVIEW: ${{ github.event.review.body }}
2424
name: Add ready-to-merge or delegated label
2525
runs-on: ubuntu-latest
26+
if: github.repository == 'leanprover-community/mathlib4'
2627
steps:
2728
- name: Find bors merge/delegate
2829
id: merge_or_delegate

.github/workflows/maintainer_merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
EVENT_NAME: ${{ github.event_name }}
3030
name: Ping maintainers on Zulip
3131
runs-on: ubuntu-latest
32+
if: github.repository == 'leanprover-community/mathlib4'
3233
steps:
3334
- name: Find maintainer merge/delegate
3435
id: merge_or_delegate

.github/workflows/merge_conflicts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
main:
1010
runs-on: ubuntu-latest
11+
if: github.repository == 'leanprover-community/mathlib4'
1112
steps:
1213
- name: check if prs are dirty
1314
uses: eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 # v3.0.3

.github/workflows/nolints.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
build:
1010
name: Build, lint and update nolints and style exceptions
1111
runs-on: ubuntu-latest
12+
if: github.repository == 'leanprover-community/mathlib4'
1213
steps:
1314
- name: cleanup
1415
run: |

0 commit comments

Comments
 (0)