Skip to content

Commit 103b321

Browse files
committed
Added edge build concurrency rules
1 parent 994f2c7 commit 103b321

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/edge.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# This workflow builds and pushes the edge image for the Stream Webpage Container on merge to the main branch.
33
name: Edge Image Build
44

5+
concurrency:
6+
group: edge-build
7+
cancel-in-progress: false
8+
59
on:
610
push:
711
branches:

0 commit comments

Comments
 (0)