We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dd57d0 + e375213 commit 30e7cacCopy full SHA for 30e7cac
.github/service-filters.yml
@@ -1,5 +1,7 @@
1
#define components and theirs paths to detect changes
2
lcm-bricks:
3
- 'VERSION'
4
+ - '.github/containers/lcm-bricks.env'
5
lcm-bricks-nextversion:
6
7
+ - '.github/containers/lcm-bricks-nextversion.env'
.github/workflows/check.yaml
@@ -1,5 +1,10 @@
name: check
on: pull_request
+
+concurrency:
+ group: check-${{ github.ref }}
+ cancel-in-progress: true
8
jobs:
9
prepare-env:
10
runs-on:
0 commit comments