We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094628b commit f1dfa53Copy full SHA for f1dfa53
1 file changed
.github/workflows/ci-dgraph-jepsen-tests.yml
@@ -1,6 +1,7 @@
1
name: ci-dgraph-jepsen-tests
2
3
on:
4
+ workflow_dispatch: # allows manual trigger from GitHub UI
5
schedule:
6
- cron: 0 4 * * 3,6 # run twice weekly
7
0 commit comments