Skip to content

Commit 2b48da7

Browse files
committed
manual trigger
Signed-off-by: Ian Chen <[email protected]>
1 parent ac06910 commit 2b48da7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/nightly-upload.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Deploy API Docs
22

33
on:
4+
push:
5+
branches:
6+
- 'iche033/manual_trigger'
47
schedule:
58
# UTC timezone
69
- cron: '0 6 * * *'
@@ -19,8 +22,8 @@ jobs:
1922
- ubuntu_distribution: focal
2023
gazebo_distribution: fortress
2124

22-
- ubuntu_distribution: jammy
23-
gazebo_distribution: harmonic
25+
# - ubuntu_distribution: jammy
26+
# gazebo_distribution: harmonic
2427

2528
- ubuntu_distribution: noble
2629
gazebo_distribution: ionic

0 commit comments

Comments
 (0)