Skip to content

Keep Workflows alive #1

Keep Workflows alive

Keep Workflows alive #1

Workflow file for this run

name: Keep Workflow
on:
schedule:
- cron: "0 0 1 * *" # every 1st of the month
jobs:
keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2