ISSUE-44: Adding integration test run on push to main #93

Merged
hitanshu merged 6 commits from hitanshu/CFTunnels:ISSUE-44 into test 2025-11-16 14:49:52 +00:00
Showing only changes of commit d194828c44 - Show all commits

View File

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