Skip to content

Commit e41d544

Browse files
iliakursarah-witt
authored andcommitted
rename
1 parent 3d6f87e commit e41d544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deps.yml renamed to .github/workflows/resolve-build-deps.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build dependencies
1+
name: Resolve Dependencies and Build Wheels
22

33
on:
44
workflow_dispatch:
@@ -236,7 +236,7 @@ jobs:
236236
path: output
237237

238238
publish:
239-
name: Publish artifacts
239+
name: Publish artifacts and update lockfiles via PR
240240
if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && (github.ref_name == github.event.repository.default_branch || startsWith(github.ref_name, '7.')))
241241
needs:
242242
- build

0 commit comments

Comments
 (0)