From ad6330d94d56e6c1205653df4936e8881957c651 Mon Sep 17 00:00:00 2001 From: Kushal Date: Wed, 29 Jul 2026 09:46:35 -0700 Subject: [PATCH] ci: enable managed memory reconciliation --- .github/workflows/managed-memory.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/managed-memory.yml diff --git a/.github/workflows/managed-memory.yml b/.github/workflows/managed-memory.yml new file mode 100644 index 0000000..bbc2407 --- /dev/null +++ b/.github/workflows/managed-memory.yml @@ -0,0 +1,23 @@ +name: Managed Greplica memory + +on: + push: + branches: + - main + schedule: + - cron: "17 * * * *" + workflow_dispatch: + +permissions: + contents: read + id-token: write + +jobs: + reconcile-memory: + permissions: + contents: read + id-token: write + uses: Autoloops/greplica/.github/workflows/reconcile.yml@0725bf1e5094935ed8ae843e60d638ff40983767 + with: + managed-repo: 9731ebad-16c5-403c-a28f-a68b0be0f774 + merge-sha: ${{ github.sha }}