Skip to content

Commit

Permalink
put back testing
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Feb 5, 2024
1 parent 49a0757 commit 045fb30
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/scheduled_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


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 045fb30

Please sign in to comment.