Skip to content

Commit 6a6ad56

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

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: ${{ !contains(['ticketing-eventing/handler-core'], github.event.inputs.app-path) }}
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)