Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
ci(#61): run earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
FoseFx committed Oct 25, 2022
1 parent d448393 commit 37f72b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ jobs:
docker buildx imagetools inspect ghcr.io/${{ github.repository }}:${{ steps.meta.outputs.version }}
db_changed:
needs: [ docker ]
runs-on: ubuntu-latest
outputs:
changed: ${{ steps.filter.outputs.db }}
Expand Down Expand Up @@ -195,7 +194,7 @@ jobs:
run: ./migrate up

deploy:
needs: [ migrations ]
needs: [ migrations, docker ]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
Expand Down

0 comments on commit 37f72b9

Please # to comment.