We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 374156c + 93189fc commit 74c8979Copy full SHA for 74c8979
1 file changed
.github/workflows/nightly.yml
@@ -0,0 +1,11 @@
1
+name: Nightly
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 0 * * *' # midnight UTC
6
+ workflow_dispatch:
7
8
+jobs:
9
+ nightly:
10
+ uses: processmaker/.github/.github/workflows/nightly.yml@main
11
+ secrets: inherit
0 commit comments