mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
👷 do not cancel github ci jobs on master branch (#1692)
This commit is contained in:
committed by
GitHub
parent
fbd1097a0c
commit
3d29cfbed5
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -15,7 +15,7 @@ on:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
|
||||
|
||||
jobs:
|
||||
api:
|
||||
|
||||
Reference in New Issue
Block a user