From 0a5983ffd6241953dbb530c3e73402b3a8a90489 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Fri, 17 Dec 2021 12:44:35 -0500 Subject: [PATCH] Adding a manual action to build the archived directory --- .github/workflows/flex-update-archived.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/flex-update-archived.yml diff --git a/.github/workflows/flex-update-archived.yml b/.github/workflows/flex-update-archived.yml new file mode 100644 index 00000000..080f8427 --- /dev/null +++ b/.github/workflows/flex-update-archived.yml @@ -0,0 +1,7 @@ +name: Update Flex Archives + +on: [workflow_dispatch] + +jobs: + call-flex-update: + uses: symfony/recipes/.github/workflows/callable-flex-update-archived.yml@main