We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2733f commit c76d4a7Copy full SHA for c76d4a7
.github/workflows/docs-pr-close.yml
@@ -4,7 +4,9 @@ on:
4
pull_request:
5
types: [closed]
6
7
-concurrency: distilabel-docs
+concurrency:
8
+ group: distilabel-docs
9
+ cancel-in-progress: false
10
11
jobs:
12
cleanup:
.github/workflows/docs-pr.yml
@@ -6,7 +6,9 @@ on:
- opened
- synchronize
13
14
publish:
.github/workflows/docs.yml
@@ -8,7 +8,9 @@ on:
tags:
- "**"
15
16
0 commit comments