Skip to content

Commit c95df86

Browse files
authored
Update sign_and_release.yml
1 parent 8902863 commit c95df86

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ on:
44
workflow_dispatch:
55

66
jobs:
7-
sync-staging:
7+
check-staging:
88
runs-on: arc-runners-clickhouse-signer
99
steps:
1010
- name: check space
1111
run: du -sh /home/runner/.cache/staging
12+
13+
check-prod:
14+
runs-on: arc-runners-clickhouse-signer-prod
15+
steps:
16+
- name: check space
17+
run: du -sh /home/runner/.cache/production
1218
# - name: Install aws cli
1319
# uses: unfor19/install-aws-cli-action@v1
1420
# with:

0 commit comments

Comments
 (0)