diff --git a/.github/workflows/update_snapshots.yml b/.github/workflows/update_snapshots.yml index e3e0ba1c..36336e2d 100644 --- a/.github/workflows/update_snapshots.yml +++ b/.github/workflows/update_snapshots.yml @@ -30,7 +30,7 @@ jobs: pull: --rebase --autostash default_author: github_actions - name: Fail job if push changes - if: steps.push-changes.outputs.pushed != 'true' + if: steps.push-changes.outputs.pushed == 'true' uses: actions/github-script@v7 with: script: |