Skip to content

Commit 956a795

Browse files
authored
Updated Edge and PR Build Rules (#11)
1 parent 994f2c7 commit 956a795

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/edge.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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+
58
on:
69
push:
710
branches:

.github/workflows/pr.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
branches: [ main ]
66

7+
concurrency:
8+
group: pr-validation-${{ github.event.pull_request.number }}
9+
cancel-in-progress: true
10+
711
jobs:
812
test:
913
name: Run Tests

0 commit comments

Comments
 (0)