We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd77d6 commit 88b3a10Copy full SHA for 88b3a10
.github/workflows/rust-check-test.yml
@@ -1,8 +1,6 @@
1
name: Rust check & tests
2
3
on:
4
- schedule: # Run tests weekly to try to test with new dependencies versions
5
- - cron: '0 0 * * 0' # If you have a Cargo.lock or fixed dependencies remove this
6
push:
7
branches: [ '*', '!**-nightly' ]
8
paths:
0 commit comments