Skip to content

GitHub Maintenance #335

GitHub Maintenance

GitHub Maintenance #335

name: GitHub Maintenance
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * *' # Run daily at 03:00
jobs:
github_maintenance:
name: Execute Maintenance
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Delete workflow runs
uses: viascom/[email protected]