Skip to content

Commit

Permalink
Add workflow dispatch to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpalms committed Oct 1, 2023
1 parent 50dcfa3 commit f0e79bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
pull_request: {}
workflow_dispatch: {}

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_agents.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
pull_request: {}
workflow_dispatch: {}

jobs:
test:
Expand Down

0 comments on commit f0e79bc

Please sign in to comment.