[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 dcbf307891d30c62b542be4c0ba820dba8c2c0b4..fbbb75c40ec5c04e397005e9cf95c631f2a65c06 100644 (file)
@@ -1,8 +1,6 @@
 name: artifacts-tizen
 
-on:
-  push:
-    branches: [ tizen ]
+on: workflow_dispatch
 
 jobs:
   upload-armv7l:
index 14aab7802051e87b4ce7ed11c13c5c97d8a02978..ef76e448256d58c9b0e7171a9aa9ab0aba727d50 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