We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676bce2 commit d43b17bCopy full SHA for d43b17b
.github/workflows/check-for-releases.yml
@@ -3,8 +3,8 @@ name: Check for new Redmine releases
3
on:
4
workflow_dispatch:
5
schedule:
6
- # Run this Action at every 5th minute
7
- - cron: "*/2 * * * *"
+ # Run this Action every day a 5:35am UTC
+ - cron: "37 5 * * *"
8
9
jobs:
10
redmine-release:
@@ -20,5 +20,5 @@ jobs:
20
prefix: "Update the Behat tests: "
21
#character-limit: 255
22
dry-run: false
23
- max-age: 511h
+ max-age: 3360h
24
labels: "enhancement"
0 commit comments