Skip to content

Keep-alive

Keep-alive #457

Workflow file for this run

name: Keep-alive
on:
schedule:
- cron: "0 0 * * *"
jobs:
keep_alive:
name: Keep repository actions alive
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gautamkrishnar/keepalive-workflow@v1