chore: CIを改善

This commit is contained in:
usbharu 2024-09-16 22:37:44 +09:00
parent f83d47e877
commit f7e151b575
No known key found for this signature in database
GPG Key ID: 95CBCF7046307B77
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ jobs:
hideout-core-setup:
needs:
- change
if: github.event.pull_request.draft == false && needs.change.outputs.core == true
if: github.event.pull_request.draft == false && needs.change.outputs.core == 'true'
runs-on: ubuntu-latest
steps:
- name: Checkout
@ -76,7 +76,7 @@ jobs:
needs:
- hideout-core-setup
- change
if: github.event.pull_request.draft == false && needs.change.outputs.core == true
if: github.event.pull_request.draft == false && needs.change.outputs.core == 'true'
runs-on: ubuntu-latest
steps:
- name: Checkout