mirror of
https://github.com/booklore-app/booklore.git
synced 2026-02-18 00:17:53 +01:00
Don't cancel CI runs for develop and master branch
This commit is contained in:
3
.github/workflows/develop-pipeline.yml
vendored
3
.github/workflows/develop-pipeline.yml
vendored
@@ -10,7 +10,7 @@ on:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: ${{ github.ref != 'refs/heads/develop' && github.ref != 'refs/heads/master' }}
|
||||
|
||||
jobs:
|
||||
migration-check:
|
||||
@@ -210,3 +210,4 @@ jobs:
|
||||
cache-to: |
|
||||
type=gha,mode=max
|
||||
type=registry,ref=ghcr.io/booklore-app/booklore:buildcache,mode=max
|
||||
|
||||
|
||||
Reference in New Issue
Block a user