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
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

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