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.
2 parents e6e24d3 + 23e8b94 commit 068ea6eCopy full SHA for 068ea6e
1 file changed
.github/workflows/nightlies-run.yml
@@ -0,0 +1,12 @@
1
+ on:
2
+ schedule:
3
+ - cron: "0 22 * * *" # 10pm UTC, 3:30pm Indian, 7pm Brazil, 9am AEDT
4
+ workflow_dispatch:
5
+ inputs:
6
+ none:
7
+ description: "Run Nightlies Tests Manually"
8
+ required: false
9
+
10
+ jobs:
11
+ call-grid-backend_test:
12
+ uses: OpenMined/PySyft/.github/workflows/grid-backend_test.yml@dev
0 commit comments