Skip to content

Keepalive Workflows #1465

Keepalive Workflows

Keepalive Workflows #1465

Workflow file for this run

name: Keepalive Workflows
on:
schedule:
- cron: "0 0 * * *"
jobs:
workflow-keepalive:
if: github.event_name == 'schedule'
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: liskin/gh-workflow-keepalive@v1