Skip to content

Commit f3bcae4

Browse files
authored
Dev: workflows: Enable submit CD stage for master branch (#1446)
2 parents cd02500 + 86d5730 commit f3bcae4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/crmsh-cd.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ env:
1111
CONTAINER_IMAGE: nyang23/obs-continuous-delivery:latest
1212
OBS_USER: ${{ secrets.OBS_USER }}
1313
OBS_PASS: ${{ secrets.OBS_PASS }}
14-
OBS_PROJECT: ${{ secrets.OBS_PROJECT }}
15-
TARGET_PROJECT: ${{ secrets.TARGET_PROJECT }}
14+
OBS_PROJECT: network:ha-clustering:Unstable
15+
TARGET_PROJECT: network:ha-clustering:Factory
1616

1717
jobs:
1818
integration:
@@ -40,7 +40,6 @@ jobs:
4040
needs: delivery
4141
runs-on: ubuntu-24.04
4242
timeout-minutes: 10
43-
if: ${{ false }}
4443
steps:
4544
- uses: actions/checkout@v4
4645
- name: submit process

0 commit comments

Comments
 (0)