Skip to content

Commit

Permalink
Merge pull request #32 from SebastianScherer88/hourly-platform-test
Browse files Browse the repository at this point in the history
temporarily setting platform tests to every hour to turn badge green
  • Loading branch information
SebastianScherer88 authored Oct 26, 2024
2 parents 96dde6a + 0b8782b commit e83e921
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 e83e921

Please sign in to comment.