Skip to content

keep-github-actions-alive #333

keep-github-actions-alive

keep-github-actions-alive #333

Workflow file for this run

name: keep-github-actions-alive
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
keep-alive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gautamkrishnar/keepalive-workflow@v2
with:
time_elapsed: 50
use_api: False