Don't cancel CI runs for develop and master branch

This commit is contained in:
acx10
2026-01-20 08:54:58 -07:00
parent 4e27b8afab
commit b7c0d7050d

View File

@@ -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