Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

GitHub Action to cancel previous running workflows on push

Notifications You must be signed in to change notification settings

pickware/github-action-auto-cancellation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has been archived!

To add auto-cancellation to GitHub Actions workflows use their concurrency settings, e.g.:

concurrency:
  group: ${{ github.ref }}
  cancel-in-progress: true

About

GitHub Action to cancel previous running workflows on push

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%