Skip to content

Commit 196fbd1

Browse files
committed
Check master branch instead of stable in CI
1 parent 15172a6 commit 196fbd1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
# This workflow checks that we can handle the self-profile output of the nightly compiler
2-
# from the measureme's stable branch.
3-
name: Check stable branch with nightly compiler
1+
# This workflow checks that we can handle the self-profile output of the nightly compiler.
2+
name: Check nightly compiler compatibility
43

54
on:
65
schedule:
76
# Run at 6:30 every day
87
- cron: '30 6 * * *'
98

109
jobs:
11-
check-stable:
10+
check:
1211
runs-on: ubuntu-latest
1312
steps:
1413
- uses: actions/checkout@v4
15-
with:
16-
ref: stable
1714
- name: Set up Rust toolchain
1815
run: rustup toolchain install --no-self-update --profile minimal nightly
1916
- name: Build

0 commit comments

Comments
 (0)