Skip to content

Commit

Permalink
Remove SSH into Github Runner
Browse files Browse the repository at this point in the history
  • Loading branch information
manishvenu committed Aug 30, 2024
1 parent 31238d1 commit 80e21fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/general-ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ jobs:
echo "Handling push"
cd $GITHUB_WORKSPACE/CESM/components/mom/
git checkout ${{ github.sha }}
- name: Setup upterm session
uses: lhotari/action-upterm@v1

# Build the standalone mom using the macos script. build_examples-ncar doesn't work.
- name: Build Standalone MOM
run: |
Expand Down

0 comments on commit 80e21fd

Please sign in to comment.