Skip to content

Autorerun

Autorerun #26

Workflow file for this run

name: Autorerun
on:
workflow_run:
workflows: [ 'Test', 'Publish' ]
types: completed
concurrency:
group: rerun-${{ github.event.workflow_run.id }}
jobs:
rerun:
runs-on: ubuntu-latest
steps:
- uses: plengauer/[email protected]
with:
github_token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}