Skip to content

Commit

Permalink
Merge pull request #126 from okfn/continue-build-on-error
Browse files Browse the repository at this point in the history
Continue builds if any version fails
  • Loading branch information
avdata99 authored Aug 15, 2023
2 parents 0b59fef + 48bdad5 commit 98da9d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 98da9d5

Please sign in to comment.