Skip to content

Commit 8a4b5bf

Browse files
committed
Changed workflow name
1 parent 10c2c0a commit 8a4b5bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-conda-forge-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check PyPI Wheels
1+
name: Check Conda-Forge Builds
22
on:
33
workflow_dispatch:
44
schedule:
@@ -24,7 +24,7 @@ jobs:
2424
MAX_PYTHON=$(python ./versions.py -mode max | grep python | awk '{print $2}')
2525
echo "python_versions=$(python ./versions.py -mode range $MIN_PYTHON $MAX_PYTHON)" >> $GITHUB_OUTPUT
2626
shell: bash
27-
check_pypi_wheels:
27+
check_conda_forge_builds:
2828
needs: generate_python_matrix
2929
runs-on: ${{ matrix.os }}
3030
strategy:

0 commit comments

Comments
 (0)