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 committed Aug 28, 2024
1 parent 14d71d7 commit b41b046
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 b41b046

Please sign in to comment.