Skip to content

Commit fe9f9de

Browse files
committed
Allow manual triggering of a workflow
Maybe this will alow me to run a workflow on a contributer PR?
1 parent 5dc376a commit fe9f9de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_config_syntax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Validate configuration syntax
2-
on: [push]
2+
on: [push, workflow_dispatch]
33
jobs:
44
test-syntax:
55
runs-on: ubuntu-latest

.github/workflows/test_grok_patterns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Test grok patterns
2-
on: [push]
2+
on: [push, workflow_dispatch]
33
jobs:
44
test-patterns:
55
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)