Remove CI cancellation

This commit is contained in:
acx10
2026-01-20 09:38:24 -07:00
parent 5451bb470a
commit 8b61f38113

View File

@@ -8,10 +8,6 @@ on:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/develop' && github.ref != 'refs/heads/master' }}
jobs:
migration-check:
name: Flyway Migration Check