aboutsummaryrefslogtreecommitdiffstats
path: root/.mapping.json
diff options
context:
space:
mode:
authorAlexander Smirnov <alex@ydb.tech>2023-12-14 15:02:45 +0300
committeralexv-smirnov <alex@ydb.tech>2023-12-14 16:15:28 +0300
commit7604a0f075df258b85700a9f3e51dd94e24b843f (patch)
tree78233b0750d46f0825ea252247391099a8187d48 /.mapping.json
parentb7ae5a917e6cef6414a371214baacc08b5364ef6 (diff)
downloadydb-7604a0f075df258b85700a9f3e51dd94e24b843f.tar.gz
Split postcommits in two workflows
Split postcommits in two workflows Pull Request resolved: https://github.com/ydb-platform/ydb/pull/518
Diffstat (limited to '.mapping.json')
-rw-r--r--.mapping.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.mapping.json b/.mapping.json
index d7267ee15c..babdeb70d5 100644
--- a/.mapping.json
+++ b/.mapping.json
@@ -43,7 +43,8 @@
".github/workflows/docs_preview.yaml":"ydb/github_toplevel/.github/workflows/docs_preview.yaml",
".github/workflows/docs_release.yaml":"ydb/github_toplevel/.github/workflows/docs_release.yaml",
".github/workflows/nightly_run.yaml":"ydb/github_toplevel/.github/workflows/nightly_run.yaml",
- ".github/workflows/postcommit.yml":"ydb/github_toplevel/.github/workflows/postcommit.yml",
+ ".github/workflows/postcommit_asan.yml":"ydb/github_toplevel/.github/workflows/postcommit_asan.yml",
+ ".github/workflows/postcommit_relwithdebinfo.yml":"ydb/github_toplevel/.github/workflows/postcommit_relwithdebinfo.yml",
".github/workflows/pr_check.yml":"ydb/github_toplevel/.github/workflows/pr_check.yml",
".github/workflows/prewarm-ccache.yml":"ydb/github_toplevel/.github/workflows/prewarm-ccache.yml",
".github/workflows/prewarm-debug.yaml":"ydb/github_toplevel/.github/workflows/prewarm-debug.yaml",