This commit is contained in:
Frostebite 2023-12-22 03:34:33 +00:00
parent 4ade8905c1
commit cdbb9e6200

View File

@ -82,6 +82,8 @@ jobs:
name: K8s Tests
if: github.event.event_type != 'pull_request_target'
runs-on: ubuntu-latest
needs:
- tests
strategy:
fail-fast: false
matrix:
@ -127,6 +129,8 @@ jobs:
name: AWS Tests
if: github.event.event_type != 'pull_request_target'
runs-on: ubuntu-latest
needs:
- tests
strategy:
fail-fast: false
matrix: