ci: Disable tests in PR

This commit is contained in:
TheiLLeniumStudios
2026-01-09 00:37:34 +01:00
parent c4f3255c78
commit e56323d582
2 changed files with 4 additions and 4 deletions

View File

@@ -107,8 +107,8 @@ jobs:
kubectl cluster-info kubectl cluster-info
- name: Test #- name: Test
run: make test # run: make test
- name: Run quick A/B load tests - name: Run quick A/B load tests
uses: ./.github/actions/loadtest uses: ./.github/actions/loadtest

View File

@@ -73,8 +73,8 @@ jobs:
kind create cluster kind create cluster
kubectl cluster-info kubectl cluster-info
#- name: Test - name: Test
# run: make test run: make test
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3