sentry-react-native
sentry-react-native copied to clipboard
Should update-deps stop build actions?
Description
during https://github.com/getsentry/sentry-react-native/pull/4845 I saw that many jobs were running, when inspecting I saw the following message
found '.github/workflows/update-deps.yml' that doesn't belong to the skip list.
Since update-deps doesn't impact our product, believe if a PR only contains this file as altered, we could safely skip the other actions.
Makes sense to me, when changing the updater we don't have to run the rest of the CI jobs.