From 20318995666fb75e67fd87b943dc648db8819d37 Mon Sep 17 00:00:00 2001 From: Tim Eves Date: Sat, 7 May 2022 00:23:35 +0700 Subject: [PATCH] Add langtags repo staging build An example of how to get to a large external artefact from another repo, cache and re-use it on subsequent builds if unchanged upstream. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fe13dc..9c15a5c 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,4 @@ Github action practice repository for Language Technology conference 2022 - https://github.com/sillsdev/Mercurial4Chorus/blob/master/.github/workflows/nuget-ci-cd.yml (builds Nuget package and publishes to Nuget using Secrets) - https://github.com/sillsdev/SpeechAnalyzer/blob/master/.github/workflows/msbuild.yml - https://github.com/sillsdev/SpeechAnalyzer/blob/master/.github/workflows/parse-langtags.yml +- https://github.com/silnrsi/langtags/blob/master/.github/workflows/staging.yml (builds langtags.json from pre-built SLDR artifacts on another repo see section headed "# Download the external artefact dependencies")