Skip to content

Commit 00c678a

Browse files
committed
Add workflow dispatch to nightly CIs
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
1 parent 8370e3c commit 00c678a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nightly-system-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: nightly-system-ci
33

44
on:
5+
workflow_dispatch:
56
schedule:
67
- cron: '0 5 * * *'
78

.github/workflows/nightly-ubuntu-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: nightly-ubuntu-ci
33

44
on:
5+
workflow_dispatch:
56
schedule:
67
- cron: '0 5 * * *'
78

0 commit comments

Comments
 (0)