Spaces:
Configuration error
Configuration error
hbofficial-1005
commited on
Commit
·
0da11b2
1
Parent(s):
ec782c1
Updated CI/CD pipeline to avoid merge issues
Browse files
.github/workflows/ci-cd.yml
CHANGED
@@ -65,7 +65,7 @@ jobs:
|
|
65 |
merge-to-main:
|
66 |
needs: merge-to-develop
|
67 |
runs-on: ubuntu-latest
|
68 |
-
if:
|
69 |
steps:
|
70 |
- name: Checkout Repository
|
71 |
uses: actions/checkout@v3
|
|
|
65 |
merge-to-main:
|
66 |
needs: merge-to-develop
|
67 |
runs-on: ubuntu-latest
|
68 |
+
if: success()
|
69 |
steps:
|
70 |
- name: Checkout Repository
|
71 |
uses: actions/checkout@v3
|