Skip to content

Commit 5f88899

Browse files
test action with PR trigger and older Rust version
1 parent 8e765eb commit 5f88899

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/rust-toolchain-update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
schedule:
55
# Run weekly on Mondays at 00:00 UTC
66
- cron: '0 0 * * 1'
7+
pull_request:
78

89
jobs:
910
check-and-update:

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
22
# We pin the minor version to prevent new Clippy lints from breaking CI.
33
# But, we still want to pick up new patch versions.
4-
channel = "1.89"
4+
channel = "1.88"

0 commit comments

Comments
 (0)