Skip to content

Commit

Permalink
Merge pull request #21424 from mrclary/installer-workflow
Browse files Browse the repository at this point in the history
PR: Change name of workflow for conda-based installers
  • Loading branch information
ccordoba12 authored Oct 18, 2023
2 parents ba6f83a + 0dddeca commit 1c90bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installers-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit 1c90bcc

Please sign in to comment.