Skip to content

Commit 6b2e678

Browse files
authored
Merge pull request #1944 from ldorau/CI_Add_possibility_to_start_manually_the_Nightly_GHA_workflow
[CI] Add possibility to start manually the Nightly GHA workflow
2 parents d8058ed + 6e295e1 commit 6b2e678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Nightly
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
# Run every day at 23:00 UTC
67
- cron: '0 23 * * *'

0 commit comments

Comments
 (0)