Skip to content

Commit

Permalink
Fix manual workflow dispatch (#1877)
Browse files Browse the repository at this point in the history
TIL that if you edit the workflow in the GitHub UI, it will lint your workflow file and make sure that all the keys conform to the schema.
  • Loading branch information
jdbaldry committed May 18, 2022
1 parent 97979f6 commit b66260a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-technical-documentation-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "main"
paths:
- "docs/sources/**"
workflow_dispatch:
workflow_dispatch:
jobs:
test:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit b66260a

Please sign in to comment.