Skip to content

Commit

Permalink
ci: stop adding PR builds as releases in Sentry (#2701)
Browse files Browse the repository at this point in the history
as this clutters the monitoring and makes it confusing to use "Resolved in the next release"
  • Loading branch information
sleidig authored Dec 4, 2024
1 parent 46077c5 commit 1debe1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull-request-update-or-push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ jobs:
- linux/arm64
os:
- ubuntu-latest
- [self-hosted, Linux, ARM64]
- [ self-hosted, Linux, ARM64 ]
exclude:
- platform: linux/arm64
os: ubuntu-latest
- platform: linux/amd64
os: [self-hosted, Linux, ARM64]
os: [ self-hosted, Linux, ARM64 ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository files
Expand Down Expand Up @@ -360,6 +360,7 @@ jobs:
npm install -g @sentry/cli
- name: Create Release
if: ${{ github.event.ref != '' }} # only send "official" releases to Sentry
run: |
sentry-cli releases new "ndb-core@${{ env.TAG }}"
Expand Down

0 comments on commit 1debe1d

Please sign in to comment.