mirror of
https://github.com/booklore-app/booklore.git
synced 2026-02-18 00:17:53 +01:00
Remove CI cancellation
This commit is contained in:
4
.github/workflows/develop-pipeline.yml
vendored
4
.github/workflows/develop-pipeline.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user