Skip to content

Commit a5b8d5b

Browse files
authored
chore: upon nightly release, trigger nightly_bump_toolchain on mathlib4 (#4838)
as discussed at https://leanprover.zulipchat.com/#narrow/stream/428973-nightly-testing/topic/Bumping.20more.20often/near/453976634
1 parent 895391b commit a5b8d5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,3 +545,8 @@ jobs:
545545
gh workflow -R leanprover/release-index run update-index.yml
546546
env:
547547
GITHUB_TOKEN: ${{ secrets.RELEASE_INDEX_TOKEN }}
548+
- name: Update toolchain on mathlib4's nightly-testing branch
549+
run: |
550+
gh workflow -R leanprover-community/mathlib4 run nightly_bump_toolchain.yml
551+
env:
552+
GITHUB_TOKEN: ${{ secrets.MATHLIB4_BOT }}

0 commit comments

Comments
 (0)