1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-29 14:01:15 +03:00

Remove untested triggers from the "Manage PRs" workflow

I had intended to test these out but didn't get around to it. The workflow_dispatch might be convenient, but it's not at
all essential since the same thing can be accomplished by commenting on the PR.
This commit is contained in:
per1234
2021-01-20 00:15:25 -08:00
parent b871bfcb5a
commit 1cdeda201c

View File

@ -13,10 +13,6 @@ on:
types:
- created
- edited
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#workflow_dispatch
workflow_dispatch:
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#repository_dispatch
repository_dispatch:
jobs:
enabled: