check-cherry-picks workflow: don't run for staging-next PRs

This commit is contained in:
Robert Scott 2024-06-12 21:07:03 +01:00
parent 9d0b1700fb
commit 2052033220

View File

@ -4,6 +4,7 @@ on:
branches:
- 'release-**'
- 'staging-**'
- '!staging-next'
permissions: {}