Skip to content

Github Action Keep Alive #16

Github Action Keep Alive

Github Action Keep Alive #16

Workflow file for this run

name: Github Action Keep Alive
on:
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
jobs:
keepalive-job:
name: Keepalive Workflow
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2