diff options
author | AlexSm <81806911+alexv-smirnov@users.noreply.github.com> | 2023-06-01 17:42:27 +0000 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-06-01 20:42:27 +0300 |
commit | a852385d6bc120e5f67e2d4e5d5725aee7fd6b2c (patch) | |
tree | b34f71bb97179fbf35d94ec24a3d1013c1845312 | |
parent | 65144ea2f27d134ddba08749527839776f379501 (diff) | |
download | ydb-a852385d6bc120e5f67e2d4e5d5725aee7fd6b2c.tar.gz |
Remove GitHub workflows and repository root from YDB build and test PR check
Pull Request resolved: #238
-rw-r--r-- | .github/workflows/pr_check.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index c50690b1de..709e1245f7 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -6,6 +6,8 @@ on: - 'stable-*' paths-ignore: - 'ydb/docs/**' + - '.github/**' + - '*' types: - 'opened' - 'synchronize' |