From 89d950dab55b222420ef50f773151abc2eff8e62 Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Thu, 12 Oct 2023 12:07:16 -0700 Subject: [PATCH 1/4] Change name of workflow for conda-based installers. --- .github/workflows/installers-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installers-conda.yml b/.github/workflows/installers-conda.yml index 75c17789c31..7e05acddaa3 100644 --- a/.github/workflows/installers-conda.yml +++ b/.github/workflows/installers-conda.yml @@ -29,7 +29,7 @@ concurrency: group: installers-conda-${{ github.ref }} cancel-in-progress: true -name: Create conda-based installers for Linux +name: Conda-based installers env: IS_STANDARD_PR: ${{ github.event_name == 'pull_request' || (github.event_name == 'workflow_dispatch' && ! inputs.pre) }} From 2903a3b7246dc5be20bac23e95e26f1a881c56d9 Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Thu, 12 Oct 2023 15:24:13 -0700 Subject: [PATCH 2/4] Update badge. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d51f73dd80..6b4a110a7c9 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ [![Coverage Status](https://coveralls.io/repos/github/spyder-ide/spyder/badge.svg?branch=master)](https://coveralls.io/github/spyder-ide/spyder?branch=master) [![codecov](https://codecov.io/gh/spyder-ide/spyder/branch/master/graph/badge.svg)](https://codecov.io/gh/spyder-ide/spyder) [![Crowdin](https://badges.crowdin.net/spyder/localized.svg)](https://crowdin.com/project/spyder) +[![Conda-based installers](https://github.com/spyder-ide/spyder/actions/workflows/installers-conda.yml/badge.svg)](https://github.com/spyder-ide/spyder/actions/workflows/installers-conda.yml) ## Try Spyder online From 5ac3893d012ccd4005ac58db067b64928d52918c Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:15:11 -0700 Subject: [PATCH 3/4] Apply suggestions from code review Co-authored-by: Carlos Cordoba --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6b4a110a7c9..5d51f73dd80 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ [![Coverage Status](https://coveralls.io/repos/github/spyder-ide/spyder/badge.svg?branch=master)](https://coveralls.io/github/spyder-ide/spyder?branch=master) [![codecov](https://codecov.io/gh/spyder-ide/spyder/branch/master/graph/badge.svg)](https://codecov.io/gh/spyder-ide/spyder) [![Crowdin](https://badges.crowdin.net/spyder/localized.svg)](https://crowdin.com/project/spyder) -[![Conda-based installers](https://github.com/spyder-ide/spyder/actions/workflows/installers-conda.yml/badge.svg)](https://github.com/spyder-ide/spyder/actions/workflows/installers-conda.yml) ## Try Spyder online From 0dddeca2be57ce70c16405d3a5f97c7b07211395 Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:09:25 -0700 Subject: [PATCH 4/4] Apply suggestion from code review Co-authored-by: Carlos Cordoba --- .github/workflows/installers-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installers-conda.yml b/.github/workflows/installers-conda.yml index 7e05acddaa3..b8f2c70fa47 100644 --- a/.github/workflows/installers-conda.yml +++ b/.github/workflows/installers-conda.yml @@ -29,7 +29,7 @@ concurrency: group: installers-conda-${{ github.ref }} cancel-in-progress: true -name: Conda-based installers +name: Nightly conda-based installers env: IS_STANDARD_PR: ${{ github.event_name == 'pull_request' || (github.event_name == 'workflow_dispatch' && ! inputs.pre) }}