Skip to content

Commit 7660707

Browse files
authored
Update rust-check-test.yml
1 parent fbeda91 commit 7660707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

33
on:
4-
schedule:
5-
- cron: '0 0 * * 0'
4+
schedule: # Run tests weekly to try to test with new dependencies versions
5+
- cron: '0 0 * * 0' # If you have a Cargo.lock remove this
66
push:
77
branches: [ $default-branch, dev, develop ]
88
paths:

0 commit comments

Comments
 (0)