[Action] Update artifact deploy event
authorDongju Chae <dongju.chae@samsung.com>
Tue, 20 Jul 2021 02:50:44 +0000 (11:50 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Tue, 20 Jul 2021 08:57:51 +0000 (17:57 +0900)
This patch updates the event of artifact deploy.

The previous frequent uploading sometimes interrupts
users who want to download packages via apt.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
.github/workflows/artifacts-tizen.yml
.github/workflows/artifacts-ubuntu.yml

index dcbf307..fbbb75c 100644 (file)
@@ -1,8 +1,6 @@
 name: artifacts-tizen
 
-on:
-  push:
-    branches: [ tizen ]
+on: workflow_dispatch
 
 jobs:
   upload-armv7l:
index 14aab78..ef76e44 100644 (file)
@@ -1,8 +1,6 @@
 name: artifacts-ubuntu
 
-on:
-  push:
-    branches: [ tizen ]
+on: workflow_dispatch
 
 env:
   ART_REPO: https://art.sec.samsung.net/artifactory/aip_debian