diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44341109..7502b178 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,7 +164,7 @@ jobs: update-screenshots: runs-on: ubuntu-latest # Only on develop pushes; skip bot commits to avoid an infinite loop - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' && !contains(github.event.head_commit.message, 'docs: refresh screenshots') }} + if: "github.event_name == 'push' && github.ref == 'refs/heads/develop' && !contains(github.event.head_commit.message, 'docs: refresh screenshots')" needs: [ backend, frontend ] permissions: contents: write