Skip to content

Commit 38a1881

Browse files
authored
check root files in workflows (#7823)
1 parent f49c9a0 commit 38a1881

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/postcommit_asan.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
- 'stream-nb-*'
99
paths-ignore:
1010
- 'ydb/docs/**'
11-
- '*'
1211
jobs:
1312
build_and_test:
1413
if: ${{vars.CHECKS_SWITCH != '' && fromJSON(vars.CHECKS_SWITCH).postcommit_asan == true}}

.github/workflows/postcommit_relwithdebinfo.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- 'stream-nb-*'
88
paths-ignore:
99
- 'ydb/docs/**'
10-
- '*'
1110
jobs:
1211
build_and_test:
1312
if: ${{vars.CHECKS_SWITCH != '' && fromJSON(vars.CHECKS_SWITCH).postcommit_relwithdebinfo == true}}

.github/workflows/pr_check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
- '*-stable-*'
99
paths-ignore:
1010
- 'ydb/docs/**'
11-
- '*'
1211
types:
1312
- 'opened'
1413
- 'synchronize'

0 commit comments

Comments
 (0)