From 6ee17814eb7e0ced9b5c877ed9fc445a34ce8d3d Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 24 Jul 2024 08:33:11 -0400 Subject: [PATCH] Update conda-env-create-and-pytest.yml Co-authored-by: Aparna Radhakrishnan --- .github/workflows/conda-env-create-and-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda-env-create-and-pytest.yml b/.github/workflows/conda-env-create-and-pytest.yml index 0134b38..c719c87 100644 --- a/.github/workflows/conda-env-create-and-pytest.yml +++ b/.github/workflows/conda-env-create-and-pytest.yml @@ -1,6 +1,6 @@ name: conda-env-create-and-pytest -on: [push] +on: [pull_request] jobs: build-linux: