We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc93b32 commit 6a6ad56Copy full SHA for 6a6ad56
.github/workflows/maven-release.yml
@@ -41,7 +41,7 @@ jobs:
41
GPG_PRIVATE_KEY: ${{ secrets.gpg_private_key }}
42
43
build-image:
44
- if: ${{ !contains(['ticketing-eventing/handler-core'], github.event.inputs.app-path) }}
+ if: ${{ !contains('ticketing-eventing/handler-core', github.event.inputs.app-path) }}
45
runs-on: ubuntu-latest
46
needs: release-maven
47
steps:
0 commit comments