From 5503fee5e0efee77268561dc853ddf62c84f38fc Mon Sep 17 00:00:00 2001 From: Ian Laflotte Date: Wed, 27 Nov 2024 10:54:06 -0500 Subject: [PATCH] adjust workflow run condition. --- .github/workflows/create_test_conda_env.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_test_conda_env.yml b/.github/workflows/create_test_conda_env.yml index 7c353cfc..18ff20f0 100644 --- a/.github/workflows/create_test_conda_env.yml +++ b/.github/workflows/create_test_conda_env.yml @@ -1,6 +1,6 @@ name: create_test_conda_env -on: [push, pull_request] +on: [pull_request] jobs: build-linux: