]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
.github/workflows/redmine-upkeep: remove concurrency limit
authorPatrick Donnelly <pdonnell@ibm.com>
Tue, 16 Sep 2025 14:32:23 +0000 (10:32 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Tue, 16 Sep 2025 14:32:23 +0000 (10:32 -0400)
This now only runs on a 12h schedule so there isn't danger in overlap. The
long-running scheduled run also delays PR merge triggers (and may result in
cancellation of the PR merge run).

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

index e7c55a54bf9b8454fb6a7fd75c8a51329b8b4cc2..7241040a8f4c38bcd584652ef04718d63f766b40 100644 (file)
@@ -31,9 +31,6 @@ on:
   push:
     branches:
       - 'feature/redmine-upkeep'
-concurrency:
-  group: redmine-upkeep-workflow-concurrency-group
-  cancel-in-progress: false
 jobs:
   redmine-upkeep:
     runs-on: ubuntu-latest