also test emscripten with CI-build-full

This commit is contained in:
David Hewitt 2023-10-08 22:54:00 +01:00
parent b2df27f0a1
commit 2b7eb3a05e
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ jobs:
emscripten: emscripten:
name: emscripten name: emscripten
if: ${{ github.event_name != 'pull_request' && github.ref != 'refs/heads/main' }} if: ${{ contains(github.event.pull_request.labels.*.name, 'CI-build-full') || (github.event_name != 'pull_request' && github.ref != 'refs/heads/main') }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4