Skip to content

Commit

Permalink
⚙️ config(ci): Allow ci:build:compose build job to run on an old ca…
Browse files Browse the repository at this point in the history
…che.

Instead of waiting forever on the build to succeed, we build it from a
potentially stale cache.
  • Loading branch information
make-github-pseudonymous-again committed May 14, 2024
1 parent 4624799 commit 922b7f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci:build:compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
with:
workflow: ci:build:image.yml
sha: auto
timeout-minutes: 15 # NOTE We build without a fresh cache on timeout.
continue-on-error: true

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 922b7f6

Please sign in to comment.