Compare commits

...

3 Commits

View File

@ -28,12 +28,14 @@ jobs:
- id: filter - id: filter
name: Check for Rust changes name: Check for Rust changes
uses: dorny/paths-filter@v3 uses: dorny/paths-filter@v3
if: ${{ env.CUT_RELEASE_PR == 'false' }}
with: with:
filters: | filters: |
rust: rust:
- 'src/wasm-lib/**' - 'src/wasm-lib/**'
browser: browser:
if: ${{ !(github.event_name == 'pull_request' && (contains(github.event.pull_request.title, 'Cut release v'))) }}
timeout-minutes: ${{ matrix.os == 'macos-14' && 60 || 50 }} timeout-minutes: ${{ matrix.os == 'macos-14' && 60 || 50 }}
name: playwright:browser:${{ matrix.os }} ${{ matrix.shardIndex }} ${{ matrix.shardTotal }} name: playwright:browser:${{ matrix.os }} ${{ matrix.shardIndex }} ${{ matrix.shardTotal }}
strategy: strategy:
@ -223,6 +225,7 @@ jobs:
electron: electron:
if: ${{ !(github.event_name == 'pull_request' && (contains(github.event.pull_request.title, 'Cut release v'))) }}
name: playwright:electron:${{matrix.os}} name: playwright:electron:${{matrix.os}}
strategy: strategy:
fail-fast: false fail-fast: false