Skip to content

Commit

Permalink
Fix duplicate locked calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
izzyhub committed Nov 17, 2024
1 parent 6b9973d commit ee4967d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitea/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
args: >
--features=${{ env.SQLX_FEATURES }}
--no-default-features
--locked
- name: Migrate database
with:
Expand Down Expand Up @@ -115,7 +114,6 @@ jobs:
--force
--features=${{ env.SQLX_FEATURES }}
--no-default-features
--locked
- name: Migrate database
run: |
Expand Down Expand Up @@ -159,7 +157,6 @@ jobs:
--force
--features=${{ env.SQLX_FEATURES }}
--no-default-features
--locked
- name: Migrate database
run: |
Expand Down

0 comments on commit ee4967d

Please sign in to comment.