There was an error while loading. Please reload this page.
1 parent a8b617e commit dba96b3Copy full SHA for dba96b3
.github/workflows/ci.yml
@@ -7,6 +7,11 @@ on:
7
schedule:
8
- cron: '0 0 * * *'
9
10
+concurrency:
11
+ # <workflow_name>-<branch_name>-<true || commit_sha (if branch is protected)>
12
+ group: ci-${{ github.ref_name }}-${{ !(github.ref_protected) || github.sha }}
13
+ cancel-in-progress: true
14
+
15
jobs:
16
tests:
17
runs-on: ${{ matrix.os }}
0 commit comments