Skip to content

Commit

Permalink
Trigger local executor tests for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
cjao committed Jan 20, 2025
1 parent 9af8b53 commit 604d29d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py310:latest",
"backend": "local",
"experimental": false,
"trigger": ["schedule", "workflow_dispatch"]
"trigger": ["schedule", "workflow_dispatch", "pull_request"]
},
{
"name": "Debian 12 / Python 3.11 / Dask",
Expand All @@ -29,7 +29,7 @@
"container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py311:latest",
"backend": "local",
"experimental": false,
"trigger": ["schedule", "workflow_dispatch"]
"trigger": ["schedule", "workflow_dispatch", "pull_request"]
},
{
"name": "Debian 12 / Python 3.12 / Dask",
Expand All @@ -45,7 +45,7 @@
"container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py312:latest",
"backend": "local",
"experimental": false,
"trigger": ["schedule", "workflow_dispatch"]
"trigger": ["schedule", "workflow_dispatch", "pull_request"]
},
{
"name": "MacOS 13 / Python 3.10 / Dask",
Expand Down

0 comments on commit 604d29d

Please sign in to comment.