[Github] Disable perioid update schedule
authorJiho Chu <jiho.chu@samsung.com>
Sun, 7 Apr 2024 13:50:54 +0000 (22:50 +0900)
committerWook Song <wook16.song@samsung.com>
Tue, 18 Mar 2025 07:28:09 +0000 (16:28 +0900)
It disables update for temporary until the problem is fixed.

Signed-off-by: Jiho Chu <jiho.chu@samsung.com>
.github/workflows/update-document.yml

index e9b304de2458d5151b807000a443c39d29ae95df..d7e65d0629048bc31b80040b743f435a124acb7a 100644 (file)
@@ -1,10 +1,11 @@
 name: update NPU_DDK_DOCS
 
 on:
-  schedule:
+  workflow_dispatch:
+  #schedule:
     # scheduled workflow run on the latest commit on the default or base
     # branch.
-    - cron: '00 01 * * 0'
+    #- cron: '00 01 * * 0'
 
 env:
   BART_ID: ${{ secrets.BART_ID }}