Skip to content

Commit

Permalink
Make acceptance test(KinD) runs on PRs. (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev authored Oct 13, 2023
1 parent 1ddc122 commit bd30afb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/acceptance_tests_kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ on:
parallelRuns:
description: The maximum number of tests to run simultaneously
default: 8
pull_request:
branches:
- main
paths:
- 'kubernetes/*.go'
- 'go.mod'
schedule:
- cron: '0 21 * * *'

Expand Down

0 comments on commit bd30afb

Please sign in to comment.