Skip to content

Commit

Permalink
fix: complete deployments with no database
Browse files Browse the repository at this point in the history
  • Loading branch information
RihanArfan committed Jan 19, 2025
1 parent ac298fc commit 677533f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/index.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export async function run() {
// #region Database migrations
if (!config.database) {
core.debug('Skipping database migrations and queries - database not enabled in config')
return
}

if (config.database) {
Expand Down

0 comments on commit 677533f

Please sign in to comment.