There was an error while loading. Please reload this page.
1 parent 87c9dd6 commit f8a3004Copy full SHA for f8a3004
1 file changed
.github/workflows/release.yml
@@ -3,6 +3,9 @@ on:
3
push:
4
branches:
5
- main
6
+concurrency:
7
+ group: ${{ github.workflow }}-${{ github.ref }}
8
+ cancel-in-progress: true
9
jobs:
10
ci:
11
name: CI
0 commit comments