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.
2 parents 06db626 + 7c8e09c commit 53e5699Copy full SHA for 53e5699
.github/workflows/build.yml
@@ -15,7 +15,7 @@ env:
15
16
concurrency:
17
group: ${{ github.workflow }}-${{ github.ref }}
18
- cancel-in-progress: true
+ cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
19
20
jobs:
21
build-android:
0 commit comments