From c39c140f61d1c84a80fc0fc9730384b5b5a8f310 Mon Sep 17 00:00:00 2001 From: Francisco Marques Date: Mon, 13 May 2024 11:51:45 +0100 Subject: [PATCH] reduce build concurrency in build-and-push.yaml --- .github/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 20f3e42..ff6892e 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: false - max-parallel: 4 + max-parallel: 2 matrix: restic_version: ${{ fromJSON(inputs.restic_versions) }} rclone_version: ${{ fromJSON(inputs.rclone_versions) }}