diff --git a/.github/workflows/platform-test.yaml b/.github/workflows/platform-test.yaml index 6e843c3..a148f68 100644 --- a/.github/workflows/platform-test.yaml +++ b/.github/workflows/platform-test.yaml @@ -1,13 +1,13 @@ -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 \ No newline at end of file +# 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 \ No newline at end of file