Skip to content

Commit

Permalink
Shortening workflow names (shorter badges)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Apr 4, 2024
1 parent 1fdff74 commit ad54c98
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_model.yaml → .github/workflows/model.yaml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: installation and testing model
name: model

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pipeline.yaml → .github/workflows/pipeline.yaml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: installation and testing pipeline
name: pipeline

on:
pull_request:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![installation and testing model](https://github.com/CDCgov/multisignal-epi-inference/actions/workflows/test_model.yaml/badge.svg)](https://github.com/CDCgov/multisignal-epi-inference/actions/workflows/test_model.yaml)
[![installation and testing pipeline](https://github.com/CDCgov/multisignal-epi-inference/actions/workflows/test_pipeline.yaml/badge.svg)](https://github.com/CDCgov/multisignal-epi-inference/actions/workflows/test_pipeline.yaml)
[![Docs: model](https://github.com/CDCgov/multisignal-epi-inference/actions/workflows/sphinx.yaml/badge.svg)](https://github.com/CDCgov/multisignal-epi-inference/actions/workflows/sphinx.yaml)
[![codecov](https://codecov.io/gh/CDCgov/multisignal-epi-inference/graph/badge.svg?token=7Z06HOMYR1)](https://codecov.io/gh/CDCgov/multisignal-epi-inference)
[![codecov (model)](https://codecov.io/gh/CDCgov/multisignal-epi-inference/graph/badge.svg?token=7Z06HOMYR1)](https://codecov.io/gh/CDCgov/multisignal-epi-inference)

This repo hosts the multisignal (*a.k.a.* signal fusion) renewal project: an internal forecasting model that leverages multiple data sources for enhancing epidemiological modeling of infectious disease outbreaks.

Expand Down

0 comments on commit ad54c98

Please sign in to comment.