Skip to content

Commit e79706c

Browse files
committed
[static] enable cimain&ciupgrade on splice
Signed-off-by: Itai Segall <itai.segall@digitalasset.com>
1 parent 5642ecc commit e79706c

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/workflows/cimain.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Deploy CIMain
2+
on:
3+
push:
4+
branches:
5+
- 'main'
6+
7+
jobs:
8+
trigger_cimain:
9+
uses: ./.github/workflows/cluster_tests.yml
10+
secrets: inherit
11+
with:
12+
workflow: deploy_cimain
13+
sha: ${{ github.sha }}

.github/workflows/ciupgrade.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Deploy CIUpgrade
2+
on:
3+
push:
4+
branches:
5+
- 'main'
6+
7+
jobs:
8+
trigger_ciupgrade:
9+
uses: ./.github/workflows/cluster_tests.yml
10+
secrets: inherit
11+
with:
12+
workflow: deploy_ciupgrade
13+
sha: ${{ github.sha }}

0 commit comments

Comments
 (0)