We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36c413 commit d3073b8Copy full SHA for d3073b8
.github/workflows/pull_request.yml
@@ -11,7 +11,7 @@ env:
11
# Force the stdout and stderr streams to be unbuffered
12
PYTHONUNBUFFERED: 1
13
DISABLE_CI_MERGE_COMMIT: ${{ vars.DISABLE_CI_MERGE_COMMIT || '0' }}
14
- DISABLE_CI_CACHE: ${{ vars.DISABLE_CI_CACHE || '0' }}
+ DISABLE_CI_CACHE: '1'
15
CHECKOUT_REF: ${{ vars.DISABLE_CI_MERGE_COMMIT == '1' && github.event.pull_request.head.sha || '' }}
16
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
17
CLICKHOUSE_TEST_STAT_URL: ${{ secrets.CLICKHOUSE_TEST_STAT_URL }}
0 commit comments