This commit is contained in:
Frostebite 2024-01-30 22:05:17 +00:00
parent b74fa7a320
commit e038adc834

View File

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