From 045fb30926df5bd1950e483d05a0ba50d1263fa5 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Mon, 5 Feb 2024 10:43:24 -0600 Subject: [PATCH] put back testing --- .github/workflows/scheduled_testing.yml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/workflows/scheduled_testing.yml b/.github/workflows/scheduled_testing.yml index 7739031b..a70d9b16 100644 --- a/.github/workflows/scheduled_testing.yml +++ b/.github/workflows/scheduled_testing.yml @@ -15,8 +15,8 @@ name: Scheduled Testing [ placeholders] 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 @@ -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