Skip to content

Commit dc93b32

Browse files
committed
ci: update handler-core image build logic
1 parent ee709d6 commit dc93b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
GPG_PRIVATE_KEY: ${{ secrets.gpg_private_key }}
4242

4343
build-image:
44-
if: ${{ !(github.event.inputs.app-path in ['ticketing-eventing/handler-core']) }}
44+
if: ${{ !contains(['ticketing-eventing/handler-core'], github.event.inputs.app-path) }}
4545
runs-on: ubuntu-latest
4646
needs: release-maven
4747
steps:

0 commit comments

Comments
 (0)