Skip to content

Commit 02e81a6

Browse files
KasinhouMatus Kasak
andauthored
ZCU-DATA/added to trigger ui tests (#934)
Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk>
1 parent 1d954b4 commit 02e81a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
git fetch --prune origin
2626
BRANCHES=$(git ls-remote --heads origin | awk -F'/' '{print $3"/"$4}' | grep '^customer/')
27-
SKIP_BRANCHES=("customer/sav" "customer/vsb-tuo" "customer/zcu-data")
27+
SKIP_BRANCHES=("customer/sav" "customer/vsb-tuo")
2828
2929
for branch in $(echo "$BRANCHES" | sed -e 's/[\[\]"]//g' -e 's/,/\n/g'); do
3030
if [[ " ${SKIP_BRANCHES[@]} " =~ " ${branch} " ]]; then

0 commit comments

Comments
 (0)