From b33dc07a7757819f68f6ceb4bbd2deb4c59c105b Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Thu, 22 Aug 2024 13:13:33 -0400 Subject: [PATCH] rename nightly test and add badge (#1853) --- .github/workflows/tests-nightly.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-nightly.yml b/.github/workflows/tests-nightly.yml index 23e48a85b..1440efe79 100644 --- a/.github/workflows/tests-nightly.yml +++ b/.github/workflows/tests-nightly.yml @@ -1,4 +1,4 @@ -name: Tests +name: Tests Nightly against upstream main on: workflow_dispatch: schedule: diff --git a/README.md b/README.md index 46cde54f8..8c70da015 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Axolotl ![tests](https://github.com/axolotl-ai-cloud/axolotl/actions/workflows/tests.yml/badge.svg) +![tests-nightly](https://github.com/axolotl-ai-cloud/axolotl/actions/workflows/tests-nightly.yml/badge.svg) ![multigpu-semi-weekly tests](https://github.com/axolotl-ai-cloud/axolotl/actions/workflows/multi-gpu-e2e.yml/badge.svg) Axolotl is a tool designed to streamline the fine-tuning of various AI models, offering support for multiple configurations and architectures.