]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
.github/workflows/releng-audit.yaml: Check main for upstream commit 69681/head
authorDavid Galloway <david.galloway@ibm.com>
Tue, 23 Jun 2026 14:11:34 +0000 (10:11 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Tue, 23 Jun 2026 14:11:34 +0000 (10:11 -0400)
commit212eb0bc04db50f38f468ec7bcff149a1ca745b4
treee8eef4de0c0fa7310c3d9c52b6031920322f42ec
parente317e86c8e5a8bfefc78a922b0c6baa75a6be0ac
.github/workflows/releng-audit.yaml: Check main for upstream commit

This check was failing to correctly identify whether backported commits
had actually been cherry-picked because it was checking the target branch
instead of the main branch.  This change checks out the main branch
to look for the upstream cherry-picked commit.

Signed-off-by: David Galloway <david.galloway@ibm.com>
.github/workflows/releng-audit.yaml