Skip to content

Commit d43b17b

Browse files
committed
run test with more feed items, adjust cron schedule
1 parent 676bce2 commit d43b17b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-for-releases.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Check for new Redmine releases
33
on:
44
workflow_dispatch:
55
schedule:
6-
# Run this Action at every 5th minute
7-
- cron: "*/2 * * * *"
6+
# Run this Action every day a 5:35am UTC
7+
- cron: "37 5 * * *"
88

99
jobs:
1010
redmine-release:
@@ -20,5 +20,5 @@ jobs:
2020
prefix: "Update the Behat tests: "
2121
#character-limit: 255
2222
dry-run: false
23-
max-age: 511h
23+
max-age: 3360h
2424
labels: "enhancement"

0 commit comments

Comments
 (0)