Skip to content

Commit e2f9b40

Browse files
authored
Merge pull request #3 from sumo-mcp/workspace
Run integration tests on a schedule (every morning)
2 parents bbc3157 + 40636bf commit e2f9b40

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)