tidymodels / extratests

Integration and other testing for tidymodels
Other
20 stars 1 forks source link

use cron job to keep Actions alive after inactivity #216

Closed simonpcouch closed 4 months ago

simonpcouch commented 4 months ago

Uses gautamkrishnar/keepalive-workflow to keep Actions alive after a period of inactivity by pushing a dummy commit to main. Runs nightly, but only pushes after 45 days of inactivity. Based on this example.

EDIT: rewritten to avoid external dependency. Instead of pushing after 45 days of inactivity, just pushes once a month regardless of repo activity.