Skip to content

Commit 8e9922c

Browse files
committed
ci: disable schedule trigger
Signed-off-by: Inho Oh <[email protected]>
1 parent fe03b9b commit 8e9922c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/profiling.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ on:
33
push:
44
branches:
55
- master
6-
schedule:
7-
# KST 10:00, 16:00, 22:00, 04:00
8-
- cron: '0 1,7,13,19 * * *'
6+
workflow_dispatch:
7+
# schedule:
8+
# # KST 10:00, 16:00, 22:00, 04:00
9+
# - cron: '0 1,7,13,19 * * *'
910

1011
env:
1112
NUGU_REGISTRY_SERVER: https://stg-reg-http.sktnugu.com

0 commit comments

Comments
 (0)