From: Patrick Donnelly Date: Tue, 16 Sep 2025 14:32:23 +0000 (-0400) Subject: .github/workflows/redmine-upkeep: remove concurrency limit X-Git-Tag: testing/wip-vshankar-testing-20250924.134331-debug~11^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=236c018aa2dde162bba1b4fd2d0c269e39c671eb;p=ceph-ci.git .github/workflows/redmine-upkeep: remove concurrency limit 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 --- diff --git a/.github/workflows/redmine-upkeep.yml b/.github/workflows/redmine-upkeep.yml index e7c55a54bf9..7241040a8f4 100644 --- a/.github/workflows/redmine-upkeep.yml +++ b/.github/workflows/redmine-upkeep.yml @@ -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