Skip to content

Commit

Permalink
make testing placeholder for now
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Feb 5, 2024
1 parent 572727b commit b69cfbd
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/scheduled_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,19 @@
# Mainly on a schedule of 9:00, 13:00, 18:00 UTC everyday.
# Manual trigger can also test on demand

name: Scheduled Testing
name: Scheduled Testing [ placeholders]

on:
schedule:
- cron: '0 9,13,18 * * *' # 9:00, 13:00, 18:00 UTC

workflow_dispatch: # for manual triggering


# no special access is needed
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"

0 comments on commit b69cfbd

Please sign in to comment.