Skip to content

Commit

Permalink
fix: update workflow to ensure prepare-database job depends on build-…
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
Sayali M authored and Sayali M committed Dec 23, 2024
1 parent 82fa8ca commit a31474c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- synchronize

jobs:

authorize:
environment: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }}
runs-on: ubuntu-latest
Expand All @@ -25,7 +24,7 @@ jobs:

prepare-database:
name: Clean and initialize database
# needs: build-test
needs: build-test
runs-on: ubuntu-latest
# container:
# image: liquibase/liquibase:latest
Expand Down

0 comments on commit a31474c

Please sign in to comment.