Skip to content

MPR Workaround firefox worker init fail by limiting firefox workers to 2 #14

MPR Workaround firefox worker init fail by limiting firefox workers to 2

MPR Workaround firefox worker init fail by limiting firefox workers to 2 #14

Workflow file for this run

name: Run CI/CD
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
- production
jobs:
ci:
uses: ./.github/workflows/ci.yaml
secrets: inherit
cd:
needs:
- ci
uses: ./.github/workflows/cd.yaml
secrets: inherit