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 230a729 commit 5fca904Copy full SHA for 5fca904
.github/workflows/main.yml
@@ -1,5 +1,9 @@
1
name: CI
2
3
+concurrency:
4
+ group: ci-${{ github.ref }}
5
+ cancel-in-progress: true
6
+
7
on:
8
pull_request:
9
types: [opened, synchronize, reopened]
0 commit comments