Update timing test file #69
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Upate the timing test file required for parallel test | |
on: | |
workflow_dispatch: | |
schedule: | |
# run weekly on Monday | |
- cron: "13 3 * * 1" | |
name: Update timing test file | |
jobs: | |
run-timed-tests: | |
name: Running Tests to produce timed file | |
uses: ./.github/workflows/test-smokes.yml | |
with: | |
buckets: "" | |
time-test: true |