File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717jobs :
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
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
You can’t perform that action at this time.
0 commit comments