mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix
This commit is contained in:
parent
4e2a1e2cfe
commit
11b1600c23
3
.github/workflows/backport.yml
vendored
3
.github/workflows/backport.yml
vendored
@ -5,6 +5,7 @@ on: # yamllint disable-line rule:truthy
|
||||
pull_request:
|
||||
types:
|
||||
- labeled
|
||||
- unlabeled
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
@ -25,7 +26,7 @@ jobs:
|
||||
REPO_TEAM: "core"
|
||||
run: |
|
||||
ls -la "$GITHUB_WORKSPACE"
|
||||
echo Checking WORKSPACE"
|
||||
echo "Checking WORKSPACE"
|
||||
ls -la "$GITHUB_WORKSPACE/tests/ci"
|
||||
echo "COPY REPO"
|
||||
cp -r "$GITHUB_WORKSPACE" $TEMP_PATH
|
||||
|
Loading…
Reference in New Issue
Block a user