We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1eb547 commit d20b591Copy full SHA for d20b591
.github/workflows/nightly.yml
@@ -23,7 +23,7 @@
23
24
# Workflow to check pull requests and new commits to main branches
25
# This checks the source in the state as if after the merge.
26
-name: Manual build
+name: Nightly Build
27
on:
28
schedule: ## run GMT 1:17 hours
29
- cron: '17 1 * * *'
@@ -42,4 +42,4 @@ concurrency:
42
43
jobs:
44
call-workflow-2-in-local-repo:
45
- uses: ./.github/workflows/manual.yml
+ uses: ./.github/workflows/manual.yml
0 commit comments