Skip to content

Commit 88b3a10

Browse files
authored
Update rust-check-test.yml
Remove cron weekly as it does not have dependencies
1 parent ccd77d6 commit 88b3a10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/rust-check-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Rust check & tests
22

33
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
64
push:
75
branches: [ '*', '!**-nightly' ]
86
paths:

0 commit comments

Comments
 (0)