Skip to content

Keepalive Workflows #952

Keepalive Workflows

Keepalive Workflows #952

Workflow file for this run

name: Keepalive Workflows
on:
schedule:
- cron: "0 0 * * *"
jobs:
create-keepalive-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Create Keepalive Commit
uses: gautamkrishnar/keepalive-workflow@master