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 d194828c44 - Show all commits

View File

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