diff --git a/.github/workflows/wave.yml b/.github/workflows/wave.yml index c892a7fd2368..084f023728e8 100644 --- a/.github/workflows/wave.yml +++ b/.github/workflows/wave.yml @@ -27,6 +27,7 @@ jobs: with: json: true quotepath: false + escape_json: false files: | modules/**/environment.yml @@ -36,6 +37,7 @@ jobs: with: json: true quotepath: false + escape_json: false files: | modules/**/Dockerfile @@ -45,6 +47,7 @@ jobs: with: json: true quotepath: false + escape_json: false files: | modules/**/spack.yml @@ -56,7 +59,9 @@ jobs: timeout-minutes: 60 strategy: fail-fast: false - matrix: "${{ fromJson(needs.gen-matrix.outputs.conda-matrix) }}" + matrix: + max-parallel: 4 + files: "${{ fromJson(needs.gen-matrix.outputs.conda-matrix) }}" steps: # Use the @nf-core-bot token to check out so we can push later - uses: actions/checkout@v4 @@ -93,7 +98,9 @@ jobs: timeout-minutes: 60 strategy: fail-fast: false - matrix: "${{ fromJson(needs.gen-matrix.outputs.docker-matrix) }}" + matrix: + max-parallel: 4 + files: "${{ fromJson(needs.gen-matrix.outputs.conda-matrix) }}" steps: # Use the @nf-core-bot token to check out so we can push later - uses: actions/checkout@v4 @@ -130,7 +137,9 @@ jobs: timeout-minutes: 60 strategy: fail-fast: false - matrix: "${{ fromJson(needs.gen-matrix.outputs.spack-matrix) }}" + matrix: + max-parallel: 4 + files: "${{ fromJson(needs.gen-matrix.outputs.conda-matrix) }}" steps: # Use the @nf-core-bot token to check out so we can push later - uses: actions/checkout@v4