Skip to content

Commit

Permalink
Adding build badge, renaming github action so badge says 'build'
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Sep 11, 2024
1 parent ccb9fa7 commit 41ac90f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci_scm_ccpp_prebuild.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CI test to run SCM ccpp_prebuild script
# CI test to run SCM ccpp_prebuild script
name: build

on: [push, pull_request, workflow_dispatch]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Single Column Model (SCM)

[![Build Status](https://github.com/NCAR/ccpp-scm/actions/workflows/build_and_push_docker_latest.yml/badge.svg?branch=main)](https://github.com/NCAR/ccpp-scm/actions/workflows/build_and_push_docker_latest.yml)
[![Build Status](https://github.com/NCAR/ccpp-scm/actions/workflows/ci_scm_ccpp_prebuild.yml/badge.svg?branch=main)](https://github.com/NCAR/ccpp-scm/actions/workflows/ci_scm_ccpp_prebuild.yml)
[![Release](https://img.shields.io/github/release/NCAR/ccpp-scm.svg)](https://github.com/NCAR/ccpp-scm/releases/latest)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13156711.svg)](https://doi.org/10.5281/zenodo.13156711)
<!-- v7.0.0 [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13738129.svg)](https://doi.org/10.5281/zenodo.13738129) -->
Expand Down

0 comments on commit 41ac90f

Please sign in to comment.