From 4126000894df0cba3e99b0400d86fe8d377b5eb6 Mon Sep 17 00:00:00 2001 From: noah Date: Sun, 1 Jun 2025 20:40:48 +0000 Subject: [PATCH] Delete .github/workflows/scarf-data-export.yml --- .github/workflows/scarf-data-export.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/scarf-data-export.yml diff --git a/.github/workflows/scarf-data-export.yml b/.github/workflows/scarf-data-export.yml deleted file mode 100644 index bcec2b5..0000000 --- a/.github/workflows/scarf-data-export.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Export Scarf data -on: - schedule: - - cron: '0 0 * * *' - -jobs: - export-scarf-data: - runs-on: linux_arm64 - steps: - - uses: docker://scarf.docker.scarf.sh/scarf-sh/scarf-postgres-exporter:latest - env: - SCARF_API_TOKEN: ${{ secrets.SCARF_API_TOKEN }} - SCARF_ENTITY_NAME: Calcom - PSQL_CONN_STRING: ${{ secrets.PSQL_CONN_STRING }}