Skip to content

Commit 148a4e3

Browse files
Merge pull request #11 from invenia/MB/20-days
Reduce run rate from 59 days -> 20 days
2 parents da15ea4 + b00bbef commit 148a4e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Automatically prevent your scheduled GitHub Actions from becoming disabled after
55
## Overview
66

77
This package is meant to be deployed in an AWS environment.
8-
It contains a Lambda function which will run every `59 days`.
8+
It contains a Lambda function which will run every `20 days`.
99
The Lambda function gets GitHub repositories belonging to an organization and hits the [enable workflow](https://docs.github.com/en/rest/reference/actions#enable-a-workflow) REST endpoint to re-enable the GitHub Actions workflow of each repository.
1010
Additionally, you can re-enable workflows for a repository outside of your organization by modifying the `src/repos.config` file with a list of `GitHub_Organization/Repository_Name` entries.
1111
## Installation

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Resources:
3434
Schedule:
3535
Type: Schedule
3636
Properties:
37-
Schedule: 'rate(59 days)'
37+
Schedule: 'rate(20 days)'
3838
Role: !GetAtt KeepActionsAliveRole.Arn
3939
Timeout: 180 # 3 minutes
4040
MemorySize: 1024

0 commit comments

Comments
 (0)