Skip to content

Commit 1624bc1

Browse files
committed
.github/workflows/redmine-upkeep: use smaller limit for testing push
Signed-off-by: Patrick Donnelly <[email protected]>
1 parent 9bebe32 commit 1624bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/redmine-upkeep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
python3 ceph/src/script/redmine-upkeep.py
9393
--github-action
9494
--git-dir=./ceph/
95-
--limit=5000
95+
--limit=50
9696
env:
9797
REDMINE_API_KEY: ${{ secrets.REDMINE_API_KEY_BACKPORT_BOT }}
9898
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)