Skip to content

Commit

Permalink
ci: Add continue-on-error
Browse files Browse the repository at this point in the history
without this the update-failed step does not run
  • Loading branch information
bbhtt committed Oct 1, 2024
1 parent 5b5130a commit a76f6cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-flatpak-builder-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
id: vercomp
run: |
appstreamcli vercmp $NEW_FLATPAK_BUILDER_VERSION gt $OLD_FLATPAK_BUILDER_VERSION
continue-on-error: true

- name: Update failed
if: ${{ steps.vercomp.outcome == 'failure' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-flatpak-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
id: vercomp
run: |
appstreamcli vercmp $NEW_FLATPAK_VERSION gt $OLD_FLATPAK_VERSION
continue-on-error: true

- name: Update failed
if: ${{ steps.vercomp.outcome == 'failure' }}
Expand Down

0 comments on commit a76f6cd

Please sign in to comment.