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.
1 parent 4ec8fd4 commit 86c4e53Copy full SHA for 86c4e53
.github/workflows/postcommit_cmakebuild.yml
@@ -3,12 +3,8 @@ on:
3
push:
4
branches:
5
- 'cmakebuild'
6
- paths-ignore:
7
- - 'ydb/docs/**'
8
- - '.github/**'
9
-concurrency:
10
- group: ${{ github.workflow }}
11
- cancel-in-progress: true
+ paths:
+ - 'ydb/ci/cmakegen.txt'
12
jobs:
13
build_and_test:
14
if: ${{vars.CHECKS_SWITCH != '' && fromJSON(vars.CHECKS_SWITCH).postcommit_cmake == true}}
0 commit comments