Skip to content

Commit 5b601bc

Browse files
Merge db1c5d9 into 4ec8fd4
2 parents 4ec8fd4 + db1c5d9 commit 5b601bc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/postcommit_cmakebuild.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ on:
33
push:
44
branches:
55
- 'cmakebuild'
6-
paths-ignore:
7-
- 'ydb/docs/**'
8-
- '.github/**'
9-
concurrency:
10-
group: ${{ github.workflow }}
11-
cancel-in-progress: true
6+
paths:
7+
- 'ydb/ci/cmakegen.txt'
128
jobs:
139
build_and_test:
1410
if: ${{vars.CHECKS_SWITCH != '' && fromJSON(vars.CHECKS_SWITCH).postcommit_cmake == true}}

0 commit comments

Comments
 (0)