We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a92fdf commit 47eb5f2Copy full SHA for 47eb5f2
.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" "customer/uk" "customer/mendelu-v7" "customer/palo-docker" "customer/palo-docker-rebase" "customer/palo-docker-typo-fix")
+ SKIP_BRANCHES=("customer/uk" "customer/mendelu-v7" "customer/palo-docker" "customer/palo-docker-rebase" "customer/palo-docker-typo-fix")
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