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:
5
.github/workflows/develop-pipeline.yml
vendored
5
.github/workflows/develop-pipeline.yml
vendored
@@ -10,7 +10,7 @@ on:
|
|||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
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:
|
jobs:
|
||||||
migration-check:
|
migration-check:
|
||||||
@@ -209,4 +209,5 @@ jobs:
|
|||||||
type=registry,ref=ghcr.io/booklore-app/booklore:buildcache
|
type=registry,ref=ghcr.io/booklore-app/booklore:buildcache
|
||||||
cache-to: |
|
cache-to: |
|
||||||
type=gha,mode=max
|
type=gha,mode=max
|
||||||
type=registry,ref=ghcr.io/booklore-app/booklore:buildcache,mode=max
|
type=registry,ref=ghcr.io/booklore-app/booklore:buildcache,mode=max
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user