Changing frequency of integration tests and having them triggered on merge #94

Merged
hitanshu merged 6 commits from test into main 2025-11-16 15:18:18 +00:00
Showing only changes of commit 6db68ad36f - Show all commits

View File

@ -1,7 +1,9 @@
name: Daily cloudflare API integration test name: Daily cloudflare API integration test
on: on:
push:
branches: [ main ]
schedule: schedule:
- cron: '0 */6 * * *' # Every hour - cron: '0 */12 * * *' # Every hour
workflow_dispatch: workflow_dispatch:
jobs: jobs: