Skip to content

Commit ba729a2

Browse files
committed
added schedule to actions
1 parent 5bd2e14 commit ba729a2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/integration-tests-sqlserver.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on: # yamllint disable-line rule:truthy
1010
branches:
1111
- master
1212
- v*
13+
schedule:
14+
- cron: '0 22 * * 0'
1315

1416
jobs:
1517
integration-tests-sql-server:

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on: # yamllint disable-line rule:truthy
1010
branches:
1111
- master
1212
- v*
13+
schedule:
14+
- cron: '0 22 * * 0'
1315

1416
jobs:
1517
unit-tests:

0 commit comments

Comments
 (0)