We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98d4f1 commit 332fb95Copy full SHA for 332fb95
1 file changed
.github/workflows/test-dependencies.yml
@@ -1,7 +1,9 @@
1
name: Test dependencies
2
3
on:
4
- workflow_dispatch:
+ workflow_dispatch: # Allow running it manually.
5
+ schedule:
6
+ - cron: '0 0 * * *' # Run daily at midnight UTC
7
8
jobs:
9
test-arch-dependencies:
0 commit comments