Skip to content

Commit 3b798f2

Browse files
authored
chore(ci): remove system test trigger, add emojis (#8487)
1 parent e0d0469 commit 3b798f2

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ jobs:
111111
SUBREPO=$(cat $COMPONENT/composer.json | jq -r '.extra.component.target')
112112
echo "New component found: $COMPONENT"
113113
if curl --head --silent --fail "https://api.github.com/repos/$SUBREPO" -H 'Authorization: Bearer ${{secrets.SPLIT_TOKEN}}' > /dev/null; then
114-
echo " - Target Repo '$SUBREPO' exists"
114+
echo " Target Repo '$SUBREPO' exists"
115115
else
116-
echo " - Target Repo '$SUBREPO' DOES NOT EXIST"
116+
echo " Target Repo '$SUBREPO' DOES NOT EXIST"
117117
FAIL="true"
118118
fi
119119
fi

.github/workflows/system-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: System Tests
22
on:
3-
pull_request:
3+
# This is failing because we don't have a service account key
4+
# they need to be moved to kokoro instead
45
workflow_dispatch:
56
jobs:
67
# Run system tests on the release PR

0 commit comments

Comments
 (0)