Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Oct 19, 2022
1 parent b3f68a0 commit 07add40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_fv3_ccpp_prebuild.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI test to run FV3 ccpp_prebuild step

on: [push]
on: [push, pull_request]

jobs:
build-linux:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 07add40

Please sign in to comment.