Skip to content

Commit

Permalink
Allow manual triggering of a workflow
Browse files Browse the repository at this point in the history
Maybe this will alow me to run a workflow on a contributer PR?
  • Loading branch information
whyscream committed Jul 4, 2024
1 parent 5dc376a commit fe9f9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_config_syntax.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Validate configuration syntax
on: [push]
on: [push, workflow_dispatch]
jobs:
test-syntax:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_grok_patterns.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test grok patterns
on: [push]
on: [push, workflow_dispatch]
jobs:
test-patterns:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fe9f9de

Please sign in to comment.