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 3596d30 commit d655ea3Copy full SHA for d655ea3
.github/workflows/dependencies.yaml
@@ -1,6 +1,7 @@
1
name: Dependencies
2
3
on:
4
+ # Warning: this workflow must not be triggered by push or pull_request to avoid infinite loops!
5
workflow_dispatch:
6
schedule:
7
- cron: '47 8 19 * *'
0 commit comments