Skip to content

Keep GitHub Actions alive #155

Keep GitHub Actions alive

Keep GitHub Actions alive #155

Workflow file for this run

name: Keep GitHub Actions alive
permissions:
contents: write
on:
schedule:
# Runs on 0:00 UTC every day
- cron: "0 0 * * *"
workflow_dispatch:
inputs: {}
jobs:
keep-alive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# For options, see https://github.com/marketplace/actions/keepalive-workflow#for-github-action
- uses: gautamkrishnar/keepalive-workflow@v2