Skip to content

feat(api): do not override checks trigged by the PR workflow ( #43 ) #69

feat(api): do not override checks trigged by the PR workflow ( #43 )

feat(api): do not override checks trigged by the PR workflow ( #43 ) #69

Workflow file for this run

name: Dispatch
on:
workflow_dispatch:
inputs:
title:
type: string
description: 'Pull request title that triggers this workflow.'
number:
type: string
description: 'Pull request number that triggers this workflow'
run-name: ${{ inputs.title }} ( ${{ format('#{0}', inputs.number) }} )
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Dummy
run: echo "Hello, world"