Skip to content

Commit 53e5699

Browse files
authored
Merge pull request #89 from sentry-demos/fix-concurency
ci: Build and Test each master commit, do not cancel due to concurrency
2 parents 06db626 + 7c8e09c commit 53e5699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}
18-
cancel-in-progress: true
18+
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
1919

2020
jobs:
2121
build-android:

0 commit comments

Comments
 (0)