Skip to content

Commit

Permalink
Run docker build regardless or tests statuses.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 7, 2025
1 parent 6b383e4 commit 917b815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ jobs:

build_docker_alpine:
runs-on: ${{ matrix.runs-on }}
needs: [build_details, run_tests, build_posix, fetch_s3_artifacts]
needs: [build_details, build_posix, fetch_s3_artifacts]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -677,7 +677,7 @@ jobs:

build_docker_minimal:
runs-on: ${{ matrix.runs-on }}
needs: [build_details, run_tests, build_posix, fetch_s3_artifacts]
needs: [build_details, build_posix, fetch_s3_artifacts]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 917b815

Please sign in to comment.