Skip to content

Disable tests to verify pipeline health #63

Disable tests to verify pipeline health

Disable tests to verify pipeline health #63

Workflow file for this run

name: Weekly latest product version tests
on:
schedule:
# Weekly on Sunday night (America/New_York)
- cron: "0 5 * * 1"
jobs:
test-common:
uses: ./.github/workflows/tests/test-common.yml

Check failure on line 10 in .github/workflows/weekly-latest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/weekly-latest.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
repo: core
# Options
latest: true
secrets: inherit
test-dbm:
uses: ./.github/workflows/tests/test-dbm.yml
with:
repo: core
# Options
latest: true
secrets: inherit
test-integrations:
uses: ./.github/workflows/tests/test-all.yml
with:
repo: core
# Options
latest: true
secrets: inherit
submit-traces:
needs:
- test-common
- test-integrations
if: success() || failure()
uses: ./.github/workflows/submit-traces.yml
secrets: inherit