We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afaeb6d commit bcf1a16Copy full SHA for bcf1a16
.github/workflows/ci.yml
@@ -1,4 +1,9 @@
1
name: CI
2
+
3
+concurrency:
4
+ group: build-${{ github.event.pull_request.number || github.ref }}
5
+ cancel-in-progress: true
6
7
on:
8
create:
9
tags:
0 commit comments