We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d954b4 commit 02e81a6Copy full SHA for 02e81a6
.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/vsb-tuo" "customer/zcu-data")
+ SKIP_BRANCHES=("customer/sav" "customer/vsb-tuo")
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