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 102f3e5 commit 088513fCopy full SHA for 088513f
1 file changed
.github/workflows/build.yml
@@ -1,5 +1,8 @@
1
name: Build and test
2
on: [push, pull_request]
3
+concurrency:
4
+ group: ci-${{ github.ref }}
5
+ cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
6
env:
7
IOS_SIMULATOR: "iPhone 16"
8
IOS_VERSION: "18.4"
0 commit comments