Skip to content

Commit 572479f

Browse files
committed
GHA: workflow_call
1 parent d4aae01 commit 572479f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/aggregate-distro-update-sites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Aggregate Distro Update Sites
22

33
on:
4-
workflow_dispatch:
4+
workflow_call:
55
inputs:
66
version:
77
description: Version suffix in S3 (i.e. 4.19.1.RELEASE)

.github/workflows/aggregate-ls-extensions-update-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Aggregate LS Extensions Update Sites
22

33
on:
4-
workflow_dispatch:
4+
workflow_call:
55
inputs:
66
version:
77
description: The suffix of the p2 repo URL in S3 (i.e. 2023-08-01)

0 commit comments

Comments
 (0)