From 25f28f80843db3cf7d12c026b86b95a4d82ac2da Mon Sep 17 00:00:00 2001 From: Daniel Rosen Date: Wed, 5 Feb 2025 10:32:05 -0700 Subject: [PATCH] Move development tests to ESMF all tests * execute on push to develop * add badge to readme --- .../workflows/{development-tests.yml => esmf-all-tests.yml} | 5 ++++- README.md | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) rename .github/workflows/{development-tests.yml => esmf-all-tests.yml} (99%) diff --git a/.github/workflows/development-tests.yml b/.github/workflows/esmf-all-tests.yml similarity index 99% rename from .github/workflows/development-tests.yml rename to .github/workflows/esmf-all-tests.yml index f2fb07b0ee..2df449d4fa 100644 --- a/.github/workflows/development-tests.yml +++ b/.github/workflows/esmf-all-tests.yml @@ -1,8 +1,11 @@ -name: Development Tests +name: ESMF All Tests on: schedule: - cron: "15 8 * * 3" + push: + branches: + - develop pull_request: branches: - develop diff --git a/README.md b/README.md index 4d1187482f..8ce75c1af8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![ESMF All Tests](https://github.com/esmf-org/esmf/actions/workflows/esmf-all-tests.yml/badge.svg?branch=develop&event=push)](https://github.com/esmf-org/esmf/actions/workflows/esmf-all-tests.yml) [![ESMF Doc Build](https://github.com/esmf-org/esmf/actions/workflows/build-esmf-docs.yml/badge.svg)](https://github.com/esmf-org/esmf/actions/workflows/build-esmf-docs.yml) [![ESMPy Doc Build](https://github.com/esmf-org/esmf/actions/workflows/build-esmpy-docs.yml/badge.svg)](https://github.com/esmf-org/esmf/actions/workflows/build-esmpy-docs.yml) [![Build ESMF Using Spack](https://github.com/esmf-org/esmf/actions/workflows/test-build-spack.yml/badge.svg)](https://github.com/esmf-org/esmf/actions/workflows/test-build-spack.yml)