From 572479fe3efd403a2aa33ca268269646eabd7528 Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 1 Nov 2023 09:49:43 -0400 Subject: [PATCH] GHA: workflow_call --- .github/workflows/aggregate-distro-update-sites.yml | 2 +- .github/workflows/aggregate-ls-extensions-update-site.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aggregate-distro-update-sites.yml b/.github/workflows/aggregate-distro-update-sites.yml index cf1c00677..cfdf5af8a 100644 --- a/.github/workflows/aggregate-distro-update-sites.yml +++ b/.github/workflows/aggregate-distro-update-sites.yml @@ -1,7 +1,7 @@ name: Aggregate Distro Update Sites on: - workflow_dispatch: + workflow_call: inputs: version: description: Version suffix in S3 (i.e. 4.19.1.RELEASE) diff --git a/.github/workflows/aggregate-ls-extensions-update-site.yml b/.github/workflows/aggregate-ls-extensions-update-site.yml index 7ffb70e98..c9581b52e 100644 --- a/.github/workflows/aggregate-ls-extensions-update-site.yml +++ b/.github/workflows/aggregate-ls-extensions-update-site.yml @@ -1,7 +1,7 @@ name: Aggregate LS Extensions Update Sites on: - workflow_dispatch: + workflow_call: inputs: version: description: The suffix of the p2 repo URL in S3 (i.e. 2023-08-01)