Skip to content

Commit

Permalink
Merge pull request #109 from dump-hr/migrations-ci-cleanup
Browse files Browse the repository at this point in the history
migrations ci cleanup
  • Loading branch information
bdeak4 authored Jan 14, 2024
2 parents 934c1e1 + 07a0400 commit e0ef581
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Docker image build

on:
push:
# todo: uncomment when deployment is done, this is just dummy build
# branches-ignore:
# - main
branches-ignore:
- main
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- 'apps/api/db/schema.ts'
- apps/api/db/schema.ts

jobs:
generate_migrations:
Expand Down
3 changes: 0 additions & 3 deletions apps/api/db/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,3 @@ export const notification = pgTable('notification', {
isActive: boolean('is_active').default(false),
activatedAt: timestamp('activated_at', { mode: 'string' }),
});

// trigger
// no schema changes but file changed

0 comments on commit e0ef581

Please sign in to comment.