From 83d34e65a0f87b8a9378fa606557e1c7a81b1df1 Mon Sep 17 00:00:00 2001 From: "eve n.u" Date: Mon, 19 Feb 2024 16:07:00 -0800 Subject: [PATCH] speed up builds until we have caching --- .github/workflows/ecrbuild-all.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ecrbuild-all.yml b/.github/workflows/ecrbuild-all.yml index a3caa1c58..5c55c0d88 100644 --- a/.github/workflows/ecrbuild-all.yml +++ b/.github/workflows/ecrbuild-all.yml @@ -11,6 +11,8 @@ on: required: true jobs: + # TODO: restore the commented `needs` lines once we implement + # Docker build caching in github actions build-base: uses: ./.github/workflows/ecrbuild-template.yml secrets: @@ -19,8 +21,8 @@ jobs: build-core: uses: ./.github/workflows/ecrbuild-template.yml - needs: - - build-base + # needs: + # - build-base with: package: core secrets: @@ -29,8 +31,8 @@ jobs: build-intg-submissions: uses: ./.github/workflows/ecrbuild-template.yml - needs: - - build-base + # needs: + # - build-base with: package: integration-submissions secrets: @@ -39,8 +41,8 @@ jobs: build-jobs: uses: ./.github/workflows/ecrbuild-template.yml - needs: - - build-base + # needs: + # - build-base with: package: jobs secrets: