From 9735ff8a2f35cea618f7b85ef86cb257cfec0374 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 26 Jan 2024 09:41:38 +0100 Subject: [PATCH] ci(validate-upstream): note about update strategy Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/validate-upstream.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validate-upstream.yml b/.github/workflows/validate-upstream.yml index d7e5d40b98..a7ce12c3ba 100644 --- a/.github/workflows/validate-upstream.yml +++ b/.github/workflows/validate-upstream.yml @@ -2,6 +2,9 @@ # - module-name: the name of the module, without github.com prefix (e.g., docker/buildx) # - data-files-id: id of the artifact (using actions/upload-artifact) containing the YAML data files to validate (optional) # - data-files-folder: folder in _data containing the files to download and copy to (e.g., buildx) +# if changes are made in this workflow, please keep commit sha updated on downstream workflows: +# - https://github.com/docker/buildx/blob/master/.github/workflows/docs-upstream.yml +# - https://github.com/docker/compose/blob/main/.github/workflows/docs-upstream.yml name: validate-upstream on: