Skip to content

Instantly share code, notes, and snippets.

View CaueP's full-sized avatar

Cauê Garcia Polimanti CaueP

  • Loggi
  • São Paulo, SP - Brazil
  • 15:06 (UTC -03:00)
View GitHub Profile
@CaueP
CaueP / gha-cleanup-workflows-execution.sh
Last active September 26, 2023 14:45
GitHub Actions - Cleap up disabled workflows
#########################################################
# Instructions:
# 1. Install Github CLI and setup your credentials: https://cli.github.com/
# 2. Change org and repo here
org=YOUR_ORG_NAME
repo=YOUR_REPO_NAME
# 3. Manually disable the workflows you want to clean up on your repo Actions page