diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 3049c6374d6..5885e172ba9 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -7,6 +7,7 @@ on: - staging - trying - 'pr/*' + - fix-skip-ci pull_request: merge_group: @@ -41,7 +42,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')