Skip to content

Commit

Permalink
Merge pull request #53 from SebastianScherer88/disable-scheduled-test
Browse files Browse the repository at this point in the history
Disable scheduled platform test
  • Loading branch information
SebastianScherer88 authored Dec 7, 2024
2 parents aed67f0 + fbc3ac5 commit d66bacc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/platform-test.yaml
Original file line number Diff line number Diff line change
@@ -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
# 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

0 comments on commit d66bacc

Please sign in to comment.