diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-11-04 10:11:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-04 10:11:56 +0100 |
commit | e20f002c4f298406f6b4ca1438df858fa0a40b15 (patch) | |
tree | 670fd7b640ad473fa6b002682b93714a42739094 /.github/workflows | |
parent | 1dc487b9f8aac3bf9406d37ae374ff2009dcf7cf (diff) | |
download | nextcloud-server-e20f002c4f298406f6b4ca1438df858fa0a40b15.tar.gz nextcloud-server-e20f002c4f298406f6b4ca1438df858fa0a40b15.zip |
Add continue-on-error for update-psalm-baseline workflow
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/update-psalm-baseline.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 0ed0e8b0c4c..f2b761aa602 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -26,6 +26,7 @@ jobs: - name: Psalm run: composer run psalm -- --monochrome --no-progress --output-format=text --update-baseline + continue-on-error: true - name: Reset composer run: | |