diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 75b8cd0..60246f4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -78,9 +78,7 @@ jobs: publish: name: Publish Release Docker Image needs: [build] - if: | - github.event_name != 'pull_request' && \ - (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')) + if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')) runs-on: ubuntu-latest env: CODEGEN_DB_HOST: localhost