Skip to content

Commit 332fb95

Browse files
authored
Update test-dependencies.yml
1 parent f98d4f1 commit 332fb95

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-dependencies.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Test dependencies
22

33
on:
4-
workflow_dispatch:
4+
workflow_dispatch: # Allow running it manually.
5+
schedule:
6+
- cron: '0 0 * * *' # Run daily at midnight UTC
57

68
jobs:
79
test-arch-dependencies:

0 commit comments

Comments
 (0)