about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2024-06-12 21:07:03 +0100
committerRobert Scott <code@humanleg.org.uk>2024-06-12 21:07:03 +0100
commit205203322087c6caed9b9b3f960b356b4e845bae (patch)
tree0a9354728b5de85028620e0ad429f94ac6eeb57e /.github
parent9d0b1700fbb4bffea4ed4f30706113f6f17ce19a (diff)
check-cherry-picks workflow: don't run for staging-next PRs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-cherry-picks.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check-cherry-picks.yml b/.github/workflows/check-cherry-picks.yml
index 0bee949c3dbc4..67a5506bcc199 100644
--- a/.github/workflows/check-cherry-picks.yml
+++ b/.github/workflows/check-cherry-picks.yml
@@ -4,6 +4,7 @@ on:
     branches:
      - 'release-**'
      - 'staging-**'
+     - '!staging-next'
 
 permissions: {}