Skip to content

Commit 106abea

Browse files
authored
chore: replace all CI references to nightly with nightly-testing (#103)
1 parent 45c6d87 commit 106abea

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches: ["main"]
66
push:
7-
branches: ["main", "nightly"]
7+
branches: ["main", "nightly-testing"]
88
workflow_dispatch:
99

1010
concurrency:

.github/workflows/update-nightly.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update Nightly
1+
name: Update nightly-testing
22

33
on:
44
schedule:
@@ -13,7 +13,7 @@ jobs:
1313
- name: checkout
1414
uses: actions/checkout@v6
1515
with:
16-
ref: nightly
16+
ref: nightly-testing
1717
token: ${{ secrets.UNICODE_BASIC_TOKEN }}
1818

1919
- name: install jq
@@ -41,4 +41,4 @@ jobs:
4141
- name: commit and push
4242
run: |
4343
git commit -m "chore: update toolchain ${{ steps.toolchain-tag.outputs.lean_tag }}"
44-
git push --force origin nightly
44+
git push --force origin nightly-testing

.github/workflows/update-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
git config user.name "${{ github.actor }}"
3535
git config user.email "${{ github.actor_id}}+${{ github.actor }}@users.noreply.github.com"
36-
git merge -X theirs origin/nightly
36+
git merge -X theirs origin/nightly-testing
3737
echo "leanprover/lean4:${{ steps.toolchain-tag.outputs.lean_tag }}" > lean-toolchain
3838
3939
- name: create pull request

0 commit comments

Comments
 (0)