From 3fd154a61a4903b3e975fb70bad0742e73008556 Mon Sep 17 00:00:00 2001 From: Geolffrey Mena Date: Fri, 7 Feb 2025 08:44:56 -0600 Subject: [PATCH] chore: added ci codecov upload --- .github/workflows/next.yml | 6 +++--- .github/workflows/stable.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index d8725ae5a..44bf9f22e 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -5,9 +5,9 @@ on: branches: - next jobs: - # Continuous-Integration: - # uses: ./.github/workflows/ci.yml - # secrets: inherit + Continuous-Integration: + uses: ./.github/workflows/ci.yml + secrets: inherit Create-Release: # needs: [Continuous-Integration] uses: ./.github/workflows/release.yml diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 10885f71c..c5864197f 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -1,13 +1,13 @@ -name: Release CI/CD +name: Main CI/CD # https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs on: push: branches: - main jobs: - # Continuous-Integration: - # uses: ./.github/workflows/ci.yml - # secrets: inherit + Continuous-Integration: + uses: ./.github/workflows/ci.yml + secrets: inherit Deploy-App: uses: ./.github/workflows/cd.yml secrets: inherit