Skip to content

Commit

Permalink
workflows/sorbet: Continue if the RBI files step fails
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
issyl0 authored Jul 3, 2024
1 parent 79ab11c commit e52a582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sorbet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e52a582

Please sign in to comment.