chore: fix gen-migrations?
All checks were successful
gen-migrations / gen-migrations (push) Has been skipped

This commit is contained in:
Orion Kindel
2023-07-18 22:07:55 -05:00
parent 21957cf791
commit 2704c5b117

View File

@@ -3,7 +3,8 @@ on: { push: { branches: ['main'] } }
jobs:
gen-migrations:
if: !startsWith(gitea.event.head_commit.message, 'chore')
if: |
!startsWith(gitea.event.head_commit.message, 'chore')
container:
image: 'git.orionkindel.com/dnim/db-ci-runner:disheveled-iceberg-launched-loosely'
volumes: ['/run/user/1001/docker.sock:/run/user/1001/docker.sock']