diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70c51c8da4..75e5a84768 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -696,7 +696,7 @@ jobs: runs-on: ubuntu-20.04 if: > !contains(github.event.pull_request.head.ref, 'hackathon') - && (contains(github.event.pull_request.labels.*.name, 'run-ui-ci') + && (contains(github.event.pull_request.labels.*.name, 'run-functional-ci') || contains(github.event.pull_request.labels.*.name, 'run-all-ci')) env: PROGRESS_TYPE: plain