Skip to content

Commit

Permalink
Disable fail-fast for github action
Browse files Browse the repository at this point in the history
So we can see result of other builds.

Signed-off-by: Jiaxun Yang <[email protected]>
  • Loading branch information
FlyGoat authored and herlesupreeth committed Aug 29, 2024
1 parent 20245f2 commit 07ea656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
jobs:
build:
strategy:
fail-fast: false
matrix:
include:
- image: docker_open5gs
Expand Down

0 comments on commit 07ea656

Please sign in to comment.