aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornikita kozlovsky <nikitka@users.noreply.github.com>2023-12-19 15:54:20 +0100
committerGitHub <noreply@github.com>2023-12-19 15:54:20 +0100
commit5f95b8093f494173f7786290b807c69ed8e8bd86 (patch)
treebe33b8d7b59427fe03a416eff9c4b9f839bea56c
parentc43bc1ce3a353709970def6c013acec346d9b2fa (diff)
downloadydb-5f95b8093f494173f7786290b807c69ed8e8bd86.tar.gz
ci: run CheckAllowedDirs on all branches (#581)
-rw-r--r--.github/workflows/allowed_dirs.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/allowed_dirs.yml b/.github/workflows/allowed_dirs.yml
index 4b19ec16e9..0f14886bc0 100644
--- a/.github/workflows/allowed_dirs.yml
+++ b/.github/workflows/allowed_dirs.yml
@@ -2,13 +2,10 @@ name: CheckAllowedDirs
on:
push:
- branches: [ main ]
pull_request:
- branches: [ main ]
jobs:
build:
- if: ${{ vars.CHECKS_SWITCH != '' && fromJSON(vars.CHECKS_SWITCH).allowed_dirs == true}}
runs-on: ubuntu-latest
steps: