about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-06-13 10:55:04 +0200
committerGitHub <noreply@github.com>2024-06-13 10:55:04 +0200
commit3d288ae185811df1ceeaf931b73e30b2b823ae9b (patch)
tree1c388c6f827ad0bc77a28a9279511c687cc9a238 /.github
parent21d22ef2ea511a82e20654d20ed493cef5690084 (diff)
parent205203322087c6caed9b9b3f960b356b4e845bae (diff)
Merge pull request #319371 from risicle/ris-check-cherry-picks-ignore-staging-next
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: {}