[fix] CI Sentry. running on push events (#23142)

* [fix] CI Sentry. running on push events
This commit is contained in:
Akis Maziotis 2023-04-26 15:40:45 +03:00 committed by GitHub
parent 5aaedb5e9d
commit b143a882be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,8 @@ jobs:
sentry:
name: Send build info to sentry
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
if: >
github.event.workflow_run.event == 'push'
runs-on: ubuntu-22.04
env:
SENTRY_AUTH_TOKEN: ${{ secrets.MM_SERVER_SENTRY_AUTH_TOKEN }}