We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e56ff4 commit 4c5530cCopy full SHA for 4c5530c
2 files changed
.github/workflows/ci-cd.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
branches: [leader]
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
# 1. Fast, parallel validation for linting and unit tests
15
unit_tests:
.github/workflows/pr-quality.yml
@@ -10,6 +10,10 @@ on:
required: true
default: 'leader'
16
17
env:
18
FORCE_COLOR: 1
19
# Browsers are installed INSIDE the workspace so they persist with clean: false
0 commit comments