Skip to content

Commit 061b4e3

Browse files
ci: change release rules
1 parent 3ae4323 commit 061b4e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
148148
release-cross-chain-governance:
149149
runs-on: ubuntu-22.04
150-
needs: [unit-test, lint]
150+
needs: [unit-test, lint, integration-test-governance]
151151
if:
152152
contains('
153153
refs/heads/main
@@ -186,7 +186,7 @@ jobs:
186186
187187
release-external-promos:
188188
runs-on: ubuntu-22.04
189-
needs: [unit-test, lint, release-cross-chain-governance]
189+
needs: [unit-test, lint]
190190
if:
191191
contains('
192192
refs/heads/main
@@ -225,7 +225,7 @@ jobs:
225225
226226
release-isolated-pools:
227227
runs-on: ubuntu-22.04
228-
needs: [unit-test, lint, integration-test-isolated-pools, release-external-promos]
228+
needs: [unit-test, lint, integration-test-isolated-pools]
229229
if:
230230
contains('
231231
refs/heads/main
@@ -264,7 +264,7 @@ jobs:
264264
265265
release-protocol-reserve:
266266
runs-on: ubuntu-22.04
267-
needs: [unit-test, lint, release-isolated-pools]
267+
needs: [unit-test, lint]
268268
if:
269269
contains('
270270
refs/heads/main
@@ -304,7 +304,7 @@ jobs:
304304
305305
release-core-pool:
306306
runs-on: ubuntu-22.04
307-
needs: [unit-test, lint, integration-test-core-pool, release-protocol-reserve]
307+
needs: [unit-test, lint, integration-test-core-pool]
308308
if:
309309
contains('
310310
refs/heads/main
@@ -343,7 +343,7 @@ jobs:
343343
344344
release-governance:
345345
runs-on: ubuntu-22.04
346-
needs: [unit-test, lint, integration-test-governance, release-core-pool]
346+
needs: [unit-test, lint, integration-test-governance]
347347
if:
348348
contains('
349349
refs/heads/main

0 commit comments

Comments
 (0)