Skip to content

Commit

Permalink
[DPE-5532] Gatekeeper failing on kafka-operator repository (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
deusebio authored Sep 25, 2024
1 parent ed6385f commit 0d57b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sync docs from Discourse
on:
workflow_dispatch:
schedule:
- cron: '53 0 * * *' # Daily at 00:53 UTC
- cron: '33 0 * * *' # Daily at 00:53 UTC
# Triggered on push to branch "main" by .github/workflows/release.yaml
workflow_call:

Expand All @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Open PR with docs changes
uses: deusebio/discourse-gatekeeper@main
uses: canonical/discourse-gatekeeper@main
id: docs-pr
with:
discourse_host: discourse.charmhub.io
Expand Down

0 comments on commit 0d57b88

Please sign in to comment.