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