mirror of https://github.com/usbharu/Hideout.git
???
This commit is contained in:
parent
46e31c9878
commit
e45dd333d7
|
@ -68,7 +68,9 @@ jobs:
|
|||
gradle-home-cache-cleanup: true
|
||||
|
||||
- name: Show GitHub Base Ref
|
||||
run: echo ${{ github.base_ref }}
|
||||
run: |
|
||||
echo ${{ github.base_ref }}
|
||||
echo ${{ github.base_ref == 'master' }}
|
||||
|
||||
- name: Publish OWL Local
|
||||
if: github.base_ref == 'release-test-master' && contains(${{ needs.release-diff-check.outputs.diff }}, 'owl')
|
||||
|
|
Loading…
Reference in New Issue