8000 GitHub - synergy-au/rerun-workflows-action: Used to rerun workflows based on the conclusion of the workflow (e.g. cancelled workflows).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

synergy-au/rerun-workflows-action

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

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rerun Cancelled Workflows Action

Used to rerun workflows based on the conclusion of the workflow (e.g. cancelled workflows). This can be used to resolve issues such as GitHub cancelling workflow runs that are pending.

Example Workflow

name: Rerun Cancelled Workflows
on:
  workflow_dispatch:
  schedule:
    - cron: '*/20 6-20 * * *'

jobs:
  rerun-workflows:
    name: Rerun Cancelled Workflows
    runs-on: ubuntu-latest
    steps:
      - name: Rerun Cancelled Workflows
        uses: synergy-au/rerun-workflows-action@v1
        with:
          auth-token: ${{ secrets.GITHUB_TOKEN }}

About

Used to rerun workflows based on the conclusion of the workflow (e.g. cancelled workflows).

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published
0