diff --git a/.github/workflows/installers-conda.yml b/.github/workflows/installers-conda.yml index 75c17789c31..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: Create conda-based installers for Linux +name: Nightly conda-based installers env: IS_STANDARD_PR: ${{ github.event_name == 'pull_request' || (github.event_name == 'workflow_dispatch' && ! inputs.pre) }}