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 a4ec95e commit 7dc835eCopy full SHA for 7dc835e
.github/workflows/nightly-ci.yml
@@ -1,9 +1,9 @@
1
name: nightly-ci
2
3
-# on:
4
-# schedule:
5
-# - cron: '00 08 * * *' # early morning 08:00 AM UTC, which is 1 AM PST/4 AM EST.
6
-on: workflow_dispatch
+on:
+ schedule:
+ - cron: '00 08 * * *' # early morning 08:00 AM UTC, which is 1 AM PST/4 AM EST.
+
7
# concurrency is currently broken, see details https://github.com/actions/runner/issues/1532
8
#concurrency:
9
# group: pr-integration-tests-${{ github.event.pull_request.number }}
0 commit comments