diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63f6c31a599..12db5867f90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -439,6 +439,7 @@ jobs: run: nox -s test-emscripten test-debug: + if: ${{ contains(github.event.pull_request.labels.*.name, 'CI-build-full') || github.event_name != 'pull_request' }} needs: [fmt] runs-on: ubuntu-latest steps: