Skip to content

perf: avoid read after create when possible (#4041) #291

perf: avoid read after create when possible (#4041)

perf: avoid read after create when possible (#4041) #291

Workflow file for this run

name: Publish engine size
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
publish-engine-size:
name: "Check and publish Query Engine size"
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: |
git config user.email "[email protected]"
git config user.name "prisma-bot"
- run: nix run .#publish-engine-size