chore: fix gen-migrations?
All checks were successful
gen-migrations / gen-migrations (push) Has been skipped
All checks were successful
gen-migrations / gen-migrations (push) Has been skipped
This commit is contained in:
parent
21957cf791
commit
2704c5b117
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user