Skip to content

Commit

Permalink
Merge pull request #37 from levigo/fix/NF-1351_mattermost_notification
Browse files Browse the repository at this point in the history
fix(NF-1351): notify Mattermost only when CD fails.
  • Loading branch information
Crow08 authored Mar 7, 2024
2 parents 5ddd95c + a66f2f3 commit 8a47f84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
build:
uses: levigo/reusable-workflows/.github/workflows/continuous-delivery-np.yml@v3
secrets: inherit
with:
mattermostChannel: 'neverpile-ci'
jdkVersion: '17'
updateReadme:
needs: build
uses: levigo/reusable-workflows/.github/workflows/update-readme-md.yml@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
uses: levigo/reusable-workflows/.github/workflows/continuous-integration.yml@v3
secrets: inherit
with:
mattermostChannel: 'neverpile-ci'
notifyMattermost: false
matrix: '{"jdk": [17]}'
sonarAnalysisEnabled: false

0 comments on commit 8a47f84

Please sign in to comment.