Skip to content

Commit d3af1e6

Browse files
authored
Merge pull request #548 from dbt-msft/547-update-integration-test-and-unit-test-workflows-to-include-a-schedule
added schedule to actions
2 parents 5bd2e14 + ba729a2 commit d3af1e6

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)