From b39c8e45202fd6c4bd10e6771b0d61a6b4e68777 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos <6349682+vaind@users.noreply.github.com> Date: Thu, 9 Oct 2025 12:01:54 +0200 Subject: [PATCH] chore: test updater workflow Tests whether updater has permission issues when running in a pr branch. Related to https://github.com/getsentry/sentry-react-native/pull/5218 and https://github.com/getsentry/github-workflows/issues/128 --- .github/workflows/update-deps.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 3872943fdc..37b2ea7124 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -6,8 +6,6 @@ on: - cron: '0 3 * * *' # And on on every PR merge so we get the updated dependencies ASAP, and to make sure the changelog doesn't conflict. push: - branches: - - main jobs: android: