mirror of https://github.com/usbharu/Hideout.git
chore: ジョブの実行条件を修正
This commit is contained in:
parent
80a8a5dcee
commit
acb9efdfef
|
@ -326,7 +326,7 @@ jobs:
|
||||||
path: 'owl/build/reports/kover/owl.xml'
|
path: 'owl/build/reports/kover/owl.xml'
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
if: needs.change.outputs.core == 'true' || needs.change.outputs.activitypub == 'true' || needs.change.outputs.mastodon == 'true' || needs.change.outputs.owl == 'true'
|
if: always() && (needs.change.outputs.core == 'true' || needs.change.outputs.activitypub == 'true' || needs.change.outputs.mastodon == 'true' || needs.change.outputs.owl == 'true')
|
||||||
needs:
|
needs:
|
||||||
- change
|
- change
|
||||||
- hideout-core-unit-test
|
- hideout-core-unit-test
|
||||||
|
@ -355,7 +355,7 @@ jobs:
|
||||||
min-coverage-changed-files: 80
|
min-coverage-changed-files: 80
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
if: needs.change.outputs.core == 'true' || needs.change.outputs.activitypub == 'true' || needs.change.outputs.mastodon == 'true' || needs.change.outputs.owl == 'true'
|
if: always() && (needs.change.outputs.core == 'true' || needs.change.outputs.activitypub == 'true' || needs.change.outputs.mastodon == 'true' || needs.change.outputs.owl == 'true')
|
||||||
needs:
|
needs:
|
||||||
- change
|
- change
|
||||||
- hideout-core-setup
|
- hideout-core-setup
|
||||||
|
|
Loading…
Reference in New Issue