We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ac839c + 196fbd1 commit 569c4c3Copy full SHA for 569c4c3
.github/workflows/nightly.yml
@@ -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
+# This workflow checks that we can handle the self-profile output of the nightly compiler.
+name: Check nightly compiler compatibility
4
5
on:
6
schedule:
7
# Run at 6:30 every day
8
- cron: '30 6 * * *'
9
10
jobs:
11
- check-stable:
+ check:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
- with:
16
- ref: stable
17
- name: Set up Rust toolchain
18
run: rustup toolchain install --no-self-update --profile minimal nightly
19
- name: Build
0 commit comments