Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
put MM notification back into a separate stage, so that the container…
Browse files Browse the repository at this point in the history
… purge done during the theia build doesn't delete the image in which the mm notifier lives

Change-Id: I128bac865c565a0aebe48810010afdf043618adf
Signed-off-by: nickboldt <[email protected]>
  • Loading branch information
nickboldt authored and benoitf committed Mar 25, 2021
1 parent c93df2a commit eeb4526
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ jobs:
- name: Publish packages to npmjs
if: github.event.inputs.pushToNpmJs == true
run: yarn publish:next
notify:
runs-on: ubuntu-20.04
needs: build
steps:
- name: Create failure MM message
if: ${{ failure() }}
run: |
Expand Down

0 comments on commit eeb4526

Please sign in to comment.