projects
/
platform
/
adaptation
/
npu
/
trix-engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0856cb
)
[Github] Disable perioid update schedule
author
Jiho Chu
<jiho.chu@samsung.com>
Sun, 7 Apr 2024 13:50:54 +0000
(22:50 +0900)
committer
Wook 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
patch
|
blob
|
history
diff --git
a/.github/workflows/update-document.yml
b/.github/workflows/update-document.yml
index e9b304de2458d5151b807000a443c39d29ae95df..d7e65d0629048bc31b80040b743f435a124acb7a 100644
(file)
--- a/
.github/workflows/update-document.yml
+++ b/
.github/workflows/update-document.yml
@@
-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 }}