Skip to content

Keep workflows alive #868

Keep workflows alive

Keep workflows alive #868

Workflow file for this run

---
name: "Keep workflows alive"
# yamllint disable-line rule:truthy
on:
schedule:
- cron: 22 2 * * *
jobs:
keepalive:
name: Keep workflows alive
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Keep alive
uses: gautamkrishnar/keepalive-workflow@master
with:
committer_username: metbril
committer_email: metbril@users.noreply.github.com