Skip to content

Commit

Permalink
Change validator github workflow to on-demand
Browse files Browse the repository at this point in the history
This modifies the validator workflow so that it is triggered manually
rather than automatically.
  • Loading branch information
JeremyMcCormick committed Oct 20, 2023
1 parent c700ad8 commit b25c366
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validator.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: YAML Validator

"on": [push]
on:
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit b25c366

Please sign in to comment.