Skip to content

Commit 47eb5f2

Browse files
KasinhouMatus Kasak
andauthored
SAV/Enabled playwright tests for sav in trigger (#1178)
Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk>
1 parent 5a92fdf commit 47eb5f2

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/uk" "customer/mendelu-v7" "customer/palo-docker" "customer/palo-docker-rebase" "customer/palo-docker-typo-fix")
27+
SKIP_BRANCHES=("customer/uk" "customer/mendelu-v7" "customer/palo-docker" "customer/palo-docker-rebase" "customer/palo-docker-typo-fix")
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)