Skip to content

Commit f58c08c

Browse files
KasinhouMatus Kasak
andauthored
Skipping customer/uk branch in triggering playwright tests (#1049)
Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk>
1 parent 3c05d2d commit f58c08c

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")
27+
SKIP_BRANCHES=("customer/sav" "customer/uk")
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)