removed redundant data download arg - book corpus only has a train split #40
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
# name: Scheduled platform test | |
# on: | |
# schedule: | |
# - cron: '00 01 */2 * *' # run this test at 16:40 UTC every day | |
# jobs: | |
# k8s-test: | |
# uses: ./.github/workflows/test.yaml | |
# secrets: inherit | |
# with: | |
# test-suite: k8s | |
# test-flags: "" | |
# python-version: "3.10" | |
# deprovision-when-finished: true |