Skip to content

Commit 3592708

Browse files
committed
ci(deploy): add a pages concurrency group
There can only be one deployment at any one time and it has to be a full snapshot. No piecemeal updates. Might as well use a concurrency limit to kill any other jobs that get in our way. Not that there ever should be any, considering the way this job is launched currently. Signed-off-by: Randolph Sapp <rs@ti.com>
1 parent e5d67a7 commit 3592708

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on: # yamllint disable-line rule:truthy
88
types:
99
- completed
1010

11+
concurrency:
12+
group: pages
13+
cancel-in-progress: true
14+
1115
permissions:
1216
contents: read
1317

0 commit comments

Comments
 (0)