From 6df16cd0c6d0d71b3449e34131da7bc046ced132 Mon Sep 17 00:00:00 2001 From: Carl Csaposs Date: Wed, 5 Jun 2024 14:13:06 +0000 Subject: [PATCH] patch(_sync_docs.yaml): Remove on `push` from usage docs Sync from GitHub -> Discourse is currently disabled; no need to sync on `push` for now https://github.com/canonical/postgresql-k8s-operator/pull/495#discussion_r1626215631 --- .github/workflows/_sync_docs.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/_sync_docs.md b/.github/workflows/_sync_docs.md index 98791ff7..c353fe07 100644 --- a/.github/workflows/_sync_docs.md +++ b/.github/workflows/_sync_docs.md @@ -15,9 +15,6 @@ on: workflow_dispatch: schedule: - cron: # Refer to Run schedule below - push: - branches: - - main jobs: sync-docs: @@ -74,4 +71,4 @@ jobs: |:------------------:|:--------:|:-------------:| | data-integrator | 04:10 AM | `10 04 * * *` | | s3-integrator | 04:20 AM | `20 04 * * *` | -| data-platform-libs | 04:30 AM | `30 04 * * *` | \ No newline at end of file +| data-platform-libs | 04:30 AM | `30 04 * * *` |