mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[fix] CI Sentry. running on push events (#23142)
* [fix] CI Sentry. running on push events
This commit is contained in:
parent
5aaedb5e9d
commit
b143a882be
3
.github/workflows/artifacts.yml
vendored
3
.github/workflows/artifacts.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user