Skip to content

Commit a2e2a21

Browse files
authored
Update OpenAPI monitoring schedule to run every 12 hours (#38)
* Add Cloudflare Web Analytics script to index.html * Update OpenAPI monitoring schedule to run every 12 hours
1 parent 5f3f205 commit a2e2a21

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/do-openapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Monitor DO OpenAPI Database Changes
22

33
on:
44
schedule:
5-
# Run every 6 hours
6-
- cron: '0 */6 * * *'
5+
# Run every 12 hours
6+
- cron: '0 */12 * * *'
77
workflow_dispatch: # Allow manual triggers
88

99
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This project uses several GitHub Actions workflows to automate deployment and mo
4242
### Monitoring Workflow
4343

4444
- **Monitor DO OpenAPI Database Changes (`do-openapi.yml`):**
45-
- Runs every 6 hours to check for updates to DigitalOcean's OpenAPI specification
45+
- Runs periodically to check for updates to DigitalOcean's OpenAPI specification
4646
- Monitors changes specifically in the database configuration models
4747
- Creates a pull request when changes are detected
4848
- Includes commit details and links to the original OpenAPI changes

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
<body>
1010
<div id="root"></div>
1111
<script type="module" src="/src/main.tsx"></script>
12+
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "8b8e81bb738344648b43ef7e28522bf2"}'></script><!-- End Cloudflare Web Analytics -->
1213
</body>
1314
</html>

0 commit comments

Comments
 (0)