Skip to content

Commit

Permalink
woob
Browse files Browse the repository at this point in the history
  • Loading branch information
Erutis committed Aug 28, 2024
1 parent a21c306 commit b94918d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/db-changes-var1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run-alembic:
needs: check-sql-schema-changes
if: ${{ needs.check-sql-schema-changes.DB_CHANGE == 'true' }}
# if: ${{ needs.check-sql-schema-changes.DB_CHANGE == 'true' }}
runs-on: ubuntu-latest

services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/db-changes-var2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

run-alembic:
needs: check-sql-schema-changes
if: ${{ needs.check-sql-schema-changes.outputs.continue == 'true' }}
# if: ${{ needs.check-sql-schema-changes.outputs.continue == 'true' }}
runs-on: ubuntu-latest

services:
Expand Down

0 comments on commit b94918d

Please sign in to comment.