Changing frequency of integration tests and having them triggered on merge #94
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user