Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit d8dff61

Browse files
committed
set concurrency for the deploy job
1 parent 90f5f55 commit d8dff61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
tags:
99
- rust-1.**
1010

11+
concurrency:
12+
group: ${{ github.workflow }}
13+
cancel-in-progress: false
14+
1115
env:
1216
TARGET_BRANCH: 'gh-pages'
1317
SHA: '${{ github.sha }}'

0 commit comments

Comments
 (0)