Skip to content

Sanity Check

Sanity Check #19

Workflow file for this run

name: Sanity Check
on:
workflow_run:
workflows:
- Test
jobs:
always:
runs-on: ubuntu-latest
steps:
- run: 'echo "Event action: ${{ github.event.action}}"'