diff --git a/.github/workflows/update-orm.yml b/.github/workflows/update-orm.yml index 4dbf683..0d487a4 100644 --- a/.github/workflows/update-orm.yml +++ b/.github/workflows/update-orm.yml @@ -90,7 +90,6 @@ jobs: echo echo "Installed tables:" mariadb --defaults-file=.my.cnf -D ispyb_build -e "SHOW TABLES" - working-directory: dist - name: Generate ORM if: ${{ steps.checkUpdate.outputs.needsUpdate == 'true' }}