Skip to content

Commit 86c4e53

Browse files
Fix cmake postcommit (#1739)
1 parent 4ec8fd4 commit 86c4e53

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/postcommit_cmakebuild.yml

+2-6
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)