From 528b5ffa290c0e97b7e9381389a7966427c635fd 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 000000000..080f8427d --- /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