Try to make debug workflow demand triggerable

The docs claim that by adding the right `on:` event, the job can be
manually triggered from the github UI.

https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#workflow_dispatch

Tests show that it doesnt work, but I can leave it here for reference.
This commit is contained in:
Hamish Coleman 2021-11-01 11:28:13 +00:00
parent dfc1c85bce
commit 6c3ccadde1

View File

@ -1,10 +1,8 @@
---
name: Debug
# yamllint disable-line rule:truthy
on:
push:
pull_request:
workflow_dispatch:
jobs: