mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +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) }}
|
LABELS: ${{ toJson(github.event.pull_request.labels) }}
|
||||||
run: |
|
run: |
|
||||||
SKIP_CI="false"
|
SKIP_CI="false"
|
||||||
if [ -z "${LABELS}" ]; then
|
if [ -z "${LABELS}" ] || [ "${LABELS}" = "null" ]; then
|
||||||
LABELS="none";
|
LABELS="none";
|
||||||
else
|
else
|
||||||
LABELS=$(echo ${LABELS} | jq -r '.[].name')
|
LABELS=$(echo ${LABELS} | jq -r '.[].name')
|
||||||
@@ -52,7 +52,7 @@ jobs:
|
|||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
echo "::set-output name=skip_ci::$SKIP_CI"
|
echo "skip_ci=$SKIP_CI" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
target-branch-check:
|
target-branch-check:
|
||||||
name: target-branch-check
|
name: target-branch-check
|
||||||
|
|||||||
Reference in New Issue
Block a user