This commit is contained in:
usbharu 2024-08-10 16:05:56 +09:00
parent 19872ce50f
commit 556644d7e3
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ jobs:
run: | run: |
echo ${{ github.base_ref }} echo ${{ github.base_ref }}
echo ${{ github.base_ref == 'master' }} echo ${{ github.base_ref == 'master' }}
echo ${{ github.base_ref == 'master' && contains( needs.release-diff-check.outputs.diff , 'owl')}}
- name: Publish OWL Local - name: Publish OWL Local
if: github.base_ref == 'release-test-master' && contains(${{ needs.release-diff-check.outputs.diff }}, 'owl') if: github.base_ref == 'release-test-master' && contains(${{ needs.release-diff-check.outputs.diff }}, 'owl')