Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Keepalive to github actions workflow #19

Merged
merged 2 commits into from
Aug 11, 2024
Merged

Conversation

iqunlim
Copy link
Contributor

@iqunlim iqunlim commented Jul 3, 2024

Adds a cron job to run on the 28th day of each month that will build the latest development artifact.

The github actions workflow will disable itself if there is over 60 days of no repository activity and the keepalive workflow job will use the github API to refresh the workflow and keep it running indefinitely.

Another solution would be to up the file to a separate location (like AWS S3), but after setting that up I realized that it would be too much of a hassle to set up and maintain. This is the...easier solution that should work with what has already been set up with the nightly link.

@brentjs0 brentjs0 merged commit 8d5761b into pk-hack:main Aug 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants