Skip to content

Commit

Permalink
speed up builds until we have caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ships committed Feb 20, 2024
1 parent dc3c7c0 commit 83d34e6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ecrbuild-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -19,8 +21,8 @@ jobs:

build-core:
uses: ./.github/workflows/ecrbuild-template.yml
needs:
- build-base
# needs:
# - build-base
with:
package: core
secrets:
Expand All @@ -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:
Expand All @@ -39,8 +41,8 @@ jobs:

build-jobs:
uses: ./.github/workflows/ecrbuild-template.yml
needs:
- build-base
# needs:
# - build-base
with:
package: jobs
secrets:
Expand Down

0 comments on commit 83d34e6

Please sign in to comment.