We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92deeb7 commit ff5fb71Copy full SHA for ff5fb71
1 file changed
.github/workflows/ci.yml
@@ -7,6 +7,10 @@ on:
7
schedule:
8
- cron: '17 3 * * 0'
9
10
+concurrency:
11
+ group: ${{ github.head_ref || github.ref_name }}
12
+ cancel-in-progress: true
13
+
14
jobs:
15
ruff:
16
name: Ruff
0 commit comments