Skip to content

Commit

Permalink
temporarily setting platform tests to every hour to turn badge green
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianScherer88 committed Oct 26, 2024
1 parent 96dde6a commit 0b8782b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platform-test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Scheduled platform test
on:
schedule:
- cron: '0 1 */2 * *' # run this test at 1am every other day

#- cron: '0 1 */2 * *' # run this test at 1am every other day
- cron: '0 * * * *' # run every hour
jobs:
k8s-test:
uses: ./.github/workflows/test.yaml
Expand Down

0 comments on commit 0b8782b

Please sign in to comment.