Skip to content

Weekly latest product version tests #127

Weekly latest product version tests

Weekly latest product version tests #127

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:
uses: ./.github/workflows/test-all.yml
with:
repo: core
# Options
latest: true
secrets: inherit
permissions:
# needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
id-token: write
# needed for compute-matrix in test-target.yml
contents: read
submit-traces:
needs:
- test
if: success() || failure()
uses: ./.github/workflows/submit-traces.yml
secrets: inherit