Skip to content

Commit e43b63a

Browse files
committed
Rename jobs
1 parent 60677c3 commit e43b63a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-upload.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_dispatch:
1313

1414

15-
name: "Build Conda"
15+
name: "Conda Packages"
1616

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.ref_name }}
@@ -40,7 +40,7 @@ jobs:
4040
echo "Generated matrix: $MATRIX_JSON"
4141
echo "version_matrix=$MATRIX_JSON" >> $GITHUB_OUTPUT
4242
43-
build-conda-package:
43+
build:
4444
needs: generate-version
4545
env:
4646
REPO_NAME: "prefix-dev/pixi-build-backends"
@@ -77,8 +77,8 @@ jobs:
7777
name: conda-packages-${{ matrix.bins.bin }}-${{ env.TARGET_PLATFORM }}
7878
path: ${{ runner.temp }}/**/*.conda
7979

80-
aggregate-conda-packages:
81-
needs: build-conda-package
80+
aggregate:
81+
needs: build
8282
runs-on: ubuntu-latest
8383
steps:
8484
- name: Download all conda package artifacts
@@ -97,8 +97,8 @@ jobs:
9797
name: conda-packages-zip
9898
path: conda-packages.zip
9999

100-
upload-packages:
101-
needs: aggregate-conda-packages
100+
upload:
101+
needs: aggregate
102102
runs-on: ubuntu-latest
103103
if: ${{ startsWith(github.ref, 'refs/tags') && github.repository == 'prefix-dev/pixi-build-backends' }}
104104
steps:

0 commit comments

Comments
 (0)