Skip to content

Commit

Permalink
ci: Rename alembic-check-multiple-heads to check-alembic-migrations (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jul 17, 2024
1 parent cc43dac commit 756ad6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
if: always() # We want the log even on failures.


alembic-check-multiple-heads:
check-alembic-migrations:
if: |
${{ contains(github.event.pull_request.labels.*.name, 'require:db-migration')
&& !contains(fromJSON('["flow:merge-queue", "flow:hotfix"]'), github.event.label.name)
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:


build-scies:
needs: [lint, typecheck, test, alembic-check-multiple-heads]
needs: [lint, typecheck, test, check-alembic-migrations]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
strategy:
fail-fast: false
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:


build-wheels:
needs: [lint, typecheck, test, alembic-check-multiple-heads]
needs: [lint, typecheck, test, check-alembic-migrations]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -395,7 +395,7 @@ jobs:


build-sbom:
needs: [lint, typecheck, test, alembic-check-multiple-heads]
needs: [lint, typecheck, test, check-alembic-migrations]
if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }}
uses: ./.github/workflows/sbom.yml

Expand Down

0 comments on commit 756ad6f

Please sign in to comment.