Skip to content

Keepalive Workflow #171

Keepalive Workflow

Keepalive Workflow #171

Workflow file for this run

name: Keepalive Workflow
on:
schedule:
# Runs at 12am UTC
- cron: "0 0 * * *"
permissions:
actions: write
jobs:
cronjob-based-github-action:
name: Keepalive Workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2
with:
workflow_files: "clone.yml"
time_elapsed: "0"