workflows/sorbet: Continue if the RBI files step fails
- Annoyingly `spoom srb bump` exits with a status code of 1 even if it has done work to bump files, so we need to continue so the next workflow step commits the changes.
This commit is contained in:
parent
79ab11c62d
commit
e52a582290
1
.github/workflows/sorbet.yml
vendored
1
.github/workflows/sorbet.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
||||
- name: Update RBI files
|
||||
id: update
|
||||
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}
|
||||
continue-on-error: true
|
||||
run: |
|
||||
if [[ "${GITHUB_EVENT_NAME}" != "pull_request" ]]
|
||||
then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user