]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
.github/workflows: run redmine-upkeep for release branches 65276/head
authorPatrick Donnelly <pdonnell@ibm.com>
Thu, 28 Aug 2025 01:39:06 +0000 (21:39 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Thu, 28 Aug 2025 01:39:06 +0000 (21:39 -0400)
This `if` was filtering out merges for release branches like squid.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
.github/workflows/redmine-upkeep.yml

index 9bb3bdfec23aacf66ca4709ef028550ffc9cea86..e7c55a54bf9b8454fb6a7fd75c8a51329b8b4cc2 100644 (file)
@@ -37,8 +37,7 @@ concurrency:
 jobs:
   redmine-upkeep:
     runs-on: ubuntu-latest
-    # This condition ensures the job only runs in the main ceph/ceph repository and only on the specified branches.
-    if: github.repository == 'ceph/ceph' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/redmine-upkeep')
+    if: github.repository == 'ceph/ceph'
     steps:
       - name: Checkout main branch for pull_request_target
         if: github.event_name == 'pull_request_target'