We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3770484 commit 7c8e09cCopy full SHA for 7c8e09c
.github/workflows/build.yml
@@ -13,7 +13,7 @@ env:
13
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.ref }}
16
- cancel-in-progress: true
+ cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
17
18
jobs:
19
build-android:
0 commit comments