LOGBROKER-8953: change 400 to 503 status for Unavailable in http_proxy #18313
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CheckAllowedDirs | |
on: | |
push: | |
pull_request: | |
jobs: | |
build: | |
concurrency: | |
group: check-allowed-dirs-${{ github.ref }} | |
cancel-in-progress: true | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Check dirs | |
run: ${{github.workspace}}/.github/check_dirs.sh ${{github.workspace}} |