Skip to content

Commit 6217d0a

Browse files
authored
Merge pull request #88 from Rigidity/ios-fix
2 parents 5b40e77 + c8b2443 commit 6217d0a

File tree

13 files changed

+454
-72
lines changed

13 files changed

+454
-72
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
branches:
1111
- "**"
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
test:
1519
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)