Skip to content

Commit

Permalink
Continue workflow even if one package fails (#464)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <[email protected]>
  • Loading branch information
benr authored Jul 12, 2024
1 parent b2c4a47 commit b6dc240
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pkg_arch-aur.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
echo "mondoo: $(cat mondoo/PKGBUILD | grep orignalVersion=)"
- name: Publish cnquery AUR package
if: ${{ !inputs.skip }}
continue-on-error: true
uses: KSXGitHub/[email protected]
with:
pkgname: cnquery
Expand All @@ -83,6 +84,7 @@ jobs:
force_push: 'true'
- name: Publish cnspec AUR package
if: ${{ !inputs.skip }}
continue-on-error: true
uses: KSXGitHub/[email protected]
with:
pkgname: cnspec
Expand All @@ -95,6 +97,7 @@ jobs:
force_push: 'true'
- name: Publish mondoo AUR package
if: ${{ !inputs.skip }}
continue-on-error: true
uses: KSXGitHub/[email protected]
with:
pkgname: mondoo
Expand Down

0 comments on commit b6dc240

Please sign in to comment.