Skip to content

Commit d3073b8

Browse files
committed
disable cache
1 parent b36c413 commit d3073b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
# Force the stdout and stderr streams to be unbuffered
1212
PYTHONUNBUFFERED: 1
1313
DISABLE_CI_MERGE_COMMIT: ${{ vars.DISABLE_CI_MERGE_COMMIT || '0' }}
14-
DISABLE_CI_CACHE: ${{ vars.DISABLE_CI_CACHE || '0' }}
14+
DISABLE_CI_CACHE: '1'
1515
CHECKOUT_REF: ${{ vars.DISABLE_CI_MERGE_COMMIT == '1' && github.event.pull_request.head.sha || '' }}
1616
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
1717
CLICKHOUSE_TEST_STAT_URL: ${{ secrets.CLICKHOUSE_TEST_STAT_URL }}

0 commit comments

Comments
 (0)