https://github.com/skshetry/gh-cancel-runs
A Github CLI extension, that cancels all the scheduled jobs from GHA for a particular repository, at once.
https://github.com/skshetry/gh-cancel-runs
cli gh-extension github github-actions github-cli
Last synced: 10 months ago
JSON representation
A Github CLI extension, that cancels all the scheduled jobs from GHA for a particular repository, at once.
- Host: GitHub
- URL: https://github.com/skshetry/gh-cancel-runs
- Owner: skshetry
- License: mit
- Created: 2021-10-18T15:39:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-18T16:13:03.000Z (about 4 years ago)
- Last Synced: 2025-03-15T00:15:54.575Z (10 months ago)
- Topics: cli, gh-extension, github, github-actions, github-cli
- Language: Shell
- Homepage: https://github.com/skshetry/gh-cancel-runs
- Size: 3.91 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## gh-cancel-runs
A [Github CLI](https://github.com/cli/cli) extension, that cancels all the
scheduled jobs from GHA for a particular repository, at once.
## Installation
```
gh extension install skshetry/gh-cancel-runs
```
## Usage
```
gh cancel-runs [/]
```