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

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleSoaker

Deployment soaking action for GitHub workflows.

This is a simple tool which blocks all deployments to a specified branch if the previous commit has been made within the specified soaking period.

Inputs

branch

The branch on which to compare soak-times against. Default "master".

soakPeriod

Required The time (in seconds) to consider a deployment/release/commit to branch soaked.

Example usage

Make sure master has been soaking for at least 7 days.

uses: boyan-soubachov/soaker@v0.1.3
with:
  branch: 'master'
  soakPeriod: 604800

About

Deployment soaking action for GitHub

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages