Skip to content

Commit c7a15d5

Browse files
sync: skip workspace-only repos
Exclude pkg-workspace and pkg-ynancher from workflow sync. Signed-off-by: Simon Beaudoin <sbeaudoi@qti.qualcomm.com>
1 parent 86d66a0 commit c7a15d5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/workflows_sync.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
"pkg-camera-service-temp" \
4848
"pkg-gst-plugins-imsdk-temp" \
4949
"pkg-kernel-fedora" \
50-
"pkg-linux-kernel" )
50+
"pkg-linux-kernel" \
51+
"pkg-workspace" \
52+
"pkg-ynancher" )
5153
5254
# Array to store created PR URLs
5355
PR_URLS=()

0 commit comments

Comments
 (0)