From 07add401c9bee32affaac3f213150f7ebcba0e33 Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Wed, 19 Oct 2022 17:29:55 +0000 Subject: [PATCH] Update CI --- .github/workflows/ci_fv3_ccpp_prebuild.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_fv3_ccpp_prebuild.yml b/.github/workflows/ci_fv3_ccpp_prebuild.yml index 1f86f00b0..a32b66b7b 100644 --- a/.github/workflows/ci_fv3_ccpp_prebuild.yml +++ b/.github/workflows/ci_fv3_ccpp_prebuild.yml @@ -1,6 +1,6 @@ name: CI test to run FV3 ccpp_prebuild step -on: [push] +on: [push, pull_request] jobs: build-linux: @@ -34,6 +34,7 @@ jobs: git submodule update --init --recursive - name: Update ccpp-physics hash in fv3atm + if: github.event.pull_request == false run: | cd /home/runner/work/ccpp-physics/ccpp-physics/fv3atm/ccpp/physics git remote add remote_local $GIT_REMOTE_URL