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 56ea62c commit 0df9d92Copy full SHA for 0df9d92
.github/workflows/sign_and_release.yml
@@ -8,13 +8,13 @@ jobs:
8
runs-on: arc-runners-clickhouse-signer
9
steps:
10
- name: check space
11
- run: ls -la /home/runner/.cache/staging/apt-repo
+ run: ls -la /home/runner/.cache/staging/yum-repo
12
13
check-prod:
14
runs-on: arc-runners-clickhouse-signer-prod
15
16
17
- run: ls -la /home/runner/.cache/production/apt-repo
+ run: ls -la /home/runner/.cache/production/yum-repo
18
# - name: Install aws cli
19
# uses: unfor19/install-aws-cli-action@v1
20
# with:
0 commit comments