Skip to content

Commit b18604f

Browse files
committed
Naming and comments
1 parent 8fd2ed4 commit b18604f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/on_external_dispatch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# External Dispatch is called by duckdb's InvokeCI -> NotifyExternalRepositories job
12
name: External Dispatch
23
on:
34
workflow_dispatch:

.github/workflows/upload_to_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: upload_to_pypi.yml
1+
name: Upload Artifacts to PyPI
22
on:
3-
# this workflow runs after the below workflows are completed
3+
# this workflow runs after the "External Dispatch" workflow is completed
44
workflow_run:
55
workflows: [ External Dispatch ]
66
types: [ completed ]

0 commit comments

Comments
 (0)