mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
4
.github/workflows/test-suite.yml
vendored
4
.github/workflows/test-suite.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
LABELS: ${{ toJson(github.event.pull_request.labels) }}
|
||||
run: |
|
||||
SKIP_CI="false"
|
||||
if [ -z "${LABELS}" ]; then
|
||||
if [ -z "${LABELS}" ] || [ "${LABELS}" = "null" ]; then
|
||||
LABELS="none";
|
||||
else
|
||||
LABELS=$(echo ${LABELS} | jq -r '.[].name')
|
||||
@@ -52,7 +52,7 @@ jobs:
|
||||
break
|
||||
fi
|
||||
done
|
||||
echo "::set-output name=skip_ci::$SKIP_CI"
|
||||
echo "skip_ci=$SKIP_CI" >> $GITHUB_OUTPUT
|
||||
|
||||
target-branch-check:
|
||||
name: target-branch-check
|
||||
|
||||
Reference in New Issue
Block a user