Skip to content

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

License

Notifications You must be signed in to change notification settings

exact-payments/rerun-workflows-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 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

Releases

No releases published

Packages

No packages published