Skip to content

Commit

Permalink
Merge pull request #548 from dbt-msft/547-update-integration-test-and…
Browse files Browse the repository at this point in the history
…-unit-test-workflows-to-include-a-schedule

added schedule to actions
  • Loading branch information
cody-scott authored Sep 12, 2024
2 parents 5bd2e14 + ba729a2 commit d3af1e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests-sqlserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on: # yamllint disable-line rule:truthy
branches:
- master
- v*
schedule:
- cron: '0 22 * * 0'

jobs:
integration-tests-sql-server:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on: # yamllint disable-line rule:truthy
branches:
- master
- v*
schedule:
- cron: '0 22 * * 0'

jobs:
unit-tests:
Expand Down

0 comments on commit d3af1e6

Please sign in to comment.