We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994f2c7 commit 103b321Copy full SHA for 103b321
1 file changed
.github/workflows/edge.yaml
@@ -2,6 +2,10 @@
2
# This workflow builds and pushes the edge image for the Stream Webpage Container on merge to the main branch.
3
name: Edge Image Build
4
5
+concurrency:
6
+ group: edge-build
7
+ cancel-in-progress: false
8
+
9
on:
10
push:
11
branches:
0 commit comments