Skip to content

Commit

Permalink
fix: use base ref for migrition order check (#9542)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dschoordsch committed Mar 18, 2024
1 parent 2c98ca1 commit 0217e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/migration-order.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout master
uses: actions/checkout@v3
with:
ref: master
ref: ${{ github.base_ref }}

- name: Get newest migration on master
run: |
Expand Down

0 comments on commit 0217e11

Please sign in to comment.