Backport to 2.18.x: #7699: Add GUC for TAM arrow cache size #12165
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
# Ignoring version of the corresponding workflow. These files are | |
# needed to run required workflows even when the real workflow is not | |
# executed because some files were ignored. | |
name: Shellcheck | |
"on": | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- '**.sh' | |
- .github/workflows/shellcheck.yaml | |
pull_request: | |
paths-ignore: | |
- '**.sh' | |
- .github/workflows/shellcheck.yaml | |
jobs: | |
shellcheck: | |
name: Shellcheck | |
runs-on: ubuntu-latest | |
steps: | |
- run: | | |
echo "No build required" |