Skip to content

Commit 40636bf

Browse files
committed
Run integration tests on a schedule (every morning)
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
1 parent bbc3157 commit 40636bf

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test-integration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Test Integration
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: '0 8 * * *' # everyday 8am UTC
57

68
jobs:
79
test:

.github/workflows/test.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Test
22

33
on:
44
pull_request:
5-
push:
6-
branches:
7-
- main
85

96
jobs:
107
test:

0 commit comments

Comments
 (0)