Skip to content

Commit

Permalink
enabled scheduled testing (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop authored Feb 6, 2024
1 parent feea903 commit 7aa35e5
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/scheduled_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
# Mainly on a schedule of 9:00, 13:00, 18:00 UTC everyday.
# Manual trigger can also test on demand

name: Scheduled Testing [ placeholders]
name: Scheduled Testing

on:
# schedule:
# - cron: '0 9,13,18 * * *' # 9:00, 13:00, 18:00 UTC
schedule:
- cron: '0 9,13,18 * * *' # 9:00, 13:00, 18:00 UTC
workflow_dispatch: # for manual triggering


Expand All @@ -25,12 +25,7 @@ permissions: read-all

jobs:
run_tests:
# uses: dbt-labs/actions/.github/workflows/release-branch-tests.yml@main
# with:
# workflows_to_run: '["ci_tests.yml", "build.yml", "ci_dbt_core_testing.yml"]'
# secrets: inherit
runs-on: ubuntu-latest
steps:

- name: Placeholder
run: echo "This is a placeholder job"
uses: dbt-labs/actions/.github/workflows/release-branch-tests.yml@main
with:
workflows_to_run: '["ci_tests.yml", "build.yml", "ci_dbt_core_testing.yml"]'
secrets: inherit

0 comments on commit 7aa35e5

Please sign in to comment.