File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -808,7 +808,7 @@ jobs:
808808 --azure-storage-key ${{ secrets.AZURE_STORAGE_KEY }}
809809 --azure-container ${{ secrets.AZURE_CONTAINER_NAME }}
810810 --attr project="$GITHUB_REPOSITORY" project.id="$GITHUB_REPOSITORY_ID" package="${{ env.clickhouse_path }}" version="${{ env.version }}" user.name="$GITHUB_ACTOR" repository="https://github.com/Altinity/clickhouse-regression" commit.hash="$(git rev-parse HEAD)" job.name="$GITHUB_JOB (${{ matrix.STORAGE }}-${{ matrix.PART }})" job.retry=$GITHUB_RUN_ATTEMPT job.url="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" arch="$(uname -i)"
811- --only ":/part ${{ matrix.PART }}/*"
811+ --only ":/try*" ":/ part ${{ matrix.PART }}/*"
812812 ${{ env.args }} || EXITCODE=$?;
813813 .github/add_link_to_logs.sh;
814814 exit $EXITCODE
You can’t perform that action at this time.
0 commit comments