sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

Should update-deps stop build actions?

Open lucas-zimerman opened this issue 9 months ago • 1 comments

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.

lucas-zimerman avatar May 20 '25 14:05 lucas-zimerman

Makes sense to me, when changing the updater we don't have to run the rest of the CI jobs.

krystofwoldrich avatar May 21 '25 09:05 krystofwoldrich