From 94abc7346a949982f8126b18f7dcc374f0a3ee8d Mon Sep 17 00:00:00 2001 From: gomes <17035424+gomesalexandre@users.noreply.github.com> Date: Mon, 6 May 2024 17:54:24 +0300 Subject: [PATCH] feat: ignore missing --- .github/workflows/sentry.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sentry.yml b/.github/workflows/sentry.yml index d46540d41dc..e3f0c491039 100644 --- a/.github/workflows/sentry.yml +++ b/.github/workflows/sentry.yml @@ -1,7 +1,5 @@ name: New Sentry Release on: - # obviously revert these two too - workflow_dispatch: pull_request: # revert develop here branches: [main, develop] @@ -24,4 +22,6 @@ jobs: # and revert me too environment: localhost version: ${{ github.event.pull_request.title }} + # and me too + ignore_missing: true