Skip to content

mykiwi/cleanup-disabled-workflows

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Actions: cleanup disabled workflows

Usage

on:
  workflow_dispatch:

permissions:
  actions: write

jobs:
  main:
    runs-on: ubuntu-latest
    steps:
      - uses: mykiwi/cleanup-disabled-workflows@v1