diff --git a/.github/workflows/update-to-latest-easystats.yml b/.github/workflows/update-to-latest-easystats.yml index f929c725c..dff0afbce 100644 --- a/.github/workflows/update-to-latest-easystats.yml +++ b/.github/workflows/update-to-latest-easystats.yml @@ -37,7 +37,6 @@ jobs: run: | git status git add --all - continue-on-error: true # Continue even if there are no changes - name: Create pull request if: ${{ steps.update_description.outputs.changed }}