diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 9424b01add..075d445f1d 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -46,7 +46,7 @@ inputs: jobs: description: How many Build Jobs to Run required: false - default: 2 + default: 4 ref: description: Ref to Setup required: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb1b02d41c..d1f746be12 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -98,7 +98,7 @@ jobs: with: github-token: ${{ secrets.GH_PACKAGES_ACCESS_TOKEN }} restore-broccoli-cache: true - jobs: 2 + jobs: 4 parallel-build: true with-cert: true install: true