We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994f2c7 commit 956a795Copy full SHA for 956a795
2 files changed
.github/workflows/edge.yaml
@@ -2,6 +2,9 @@
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
+
8
on:
9
push:
10
branches:
.github/workflows/pr.yaml
@@ -4,6 +4,10 @@ on:
pull_request:
branches: [ main ]
+ group: pr-validation-${{ github.event.pull_request.number }}
+ cancel-in-progress: true
11
jobs:
12
test:
13
name: Run Tests
0 commit comments