name: Reusable on: workflow_call: jobs: test: runs-on: docker steps: - name: Hello run: echo "Hello from reusable"