Skip to content

Commit d20b591

Browse files
authored
Update nightly.yml (#59)
Change name of nightly workflow (conflicted with manual)
1 parent b1eb547 commit d20b591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# Workflow to check pull requests and new commits to main branches
2525
# This checks the source in the state as if after the merge.
26-
name: Manual build
26+
name: Nightly Build
2727
on:
2828
schedule: ## run GMT 1:17 hours
2929
- cron: '17 1 * * *'
@@ -42,4 +42,4 @@ concurrency:
4242

4343
jobs:
4444
call-workflow-2-in-local-repo:
45-
uses: ./.github/workflows/manual.yml
45+
uses: ./.github/workflows/manual.yml

0 commit comments

Comments
 (0)