We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4546acf commit c0a1e6dCopy full SHA for c0a1e6d
1 file changed
.github/workflows/ci.yaml
@@ -27,6 +27,8 @@ on:
27
types: [ opened, synchronize, reopened ]
28
schedule:
29
- cron: '30 1 * * 1,3,5'
30
+ workflow_dispatch:
31
+
32
33
permissions: read-all
34
0 commit comments