Skip to content

Commit cac43d2

Browse files
committed
Stop cancelling deployments in progress
1 parent 64ef716 commit cac43d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
concurrency:
1010
group: docs-${{ github.ref }}
11-
cancel-in-progress: true
11+
cancel-in-progress: false
1212

1313
env:
1414
FORCE_COLOR: 1

0 commit comments

Comments
 (0)