We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c05d2d commit f58c08cCopy full SHA for f58c08c
.github/workflows/trigger-ui-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
25
git fetch --prune origin
26
BRANCHES=$(git ls-remote --heads origin | awk -F'/' '{print $3"/"$4}' | grep '^customer/')
27
- SKIP_BRANCHES=("customer/sav")
+ SKIP_BRANCHES=("customer/sav" "customer/uk")
28
29
for branch in $(echo "$BRANCHES" | sed -e 's/[\[\]"]//g' -e 's/,/\n/g'); do
30
if [[ " ${SKIP_BRANCHES[@]} " =~ " ${branch} " ]]; then
0 commit comments