Skip to content

Commit 7a06097

Browse files
authored
Merge pull request #1243 from liangxin1300/20230918_disable_submit
[crmsh-4.5] Dev: workflows: Enable delivery and submit CD stages for branch crmsh-4.6
2 parents 76d42b8 + 87f2182 commit 7a06097

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/crmsh-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ env:
1616

1717
jobs:
1818
integration:
19-
if: github.repository == 'ClusterLabs/crmsh' && github.ref_name == 'crmsh-4.5'
19+
if: github.repository == 'ClusterLabs/crmsh' && github.ref_name == 'crmsh-4.6'
2020
uses: ./.github/workflows/crmsh-ci.yml
2121

2222
delivery:
23-
if: github.repository == 'ClusterLabs/crmsh' && github.ref_name == 'crmsh-4.5'
23+
if: github.repository == 'ClusterLabs/crmsh' && github.ref_name == 'crmsh-4.6'
2424
needs: integration
2525
runs-on: ubuntu-20.04
2626
timeout-minutes: 10
@@ -39,7 +39,7 @@ jobs:
3939
/bin/bash -c "cd /package;/scripts/upload.sh"
4040
4141
submit:
42-
if: github.repository == 'ClusterLabs/crmsh' && github.ref_name == 'crmsh-4.5'
42+
if: github.repository == 'ClusterLabs/crmsh' && github.ref_name == 'crmsh-4.6'
4343
needs: delivery
4444
runs-on: ubuntu-20.04
4545
timeout-minutes: 10

0 commit comments

Comments
 (0)