ISSUE-44: Hithomelabs/HomeLabDocker#44 run integration tests on push to main and changing interval to 12 hours
All checks were successful
sample gradle build and test / build (pull_request) Successful in 1m46s
All checks were successful
sample gradle build and test / build (pull_request) Successful in 1m46s
This commit is contained in:
parent
b30ae7cdbf
commit
6db68ad36f
@ -1,7 +1,9 @@
|
||||
name: Daily cloudflare API integration test
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
schedule:
|
||||
- cron: '0 */6 * * *' # Every hour
|
||||
- cron: '0 */12 * * *' # Every hour
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user