From 4158979161c729f9faac255d6ffc9e41af07c910 Mon Sep 17 00:00:00 2001 From: Konstantinos Tsakalozos Date: Wed, 18 Dec 2024 16:00:15 +0200 Subject: [PATCH] Disable TICS runs --- .github/workflows/nightly-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nightly-test.yaml b/.github/workflows/nightly-test.yaml index 9b1c65ebc..1c16ba3b0 100644 --- a/.github/workflows/nightly-test.yaml +++ b/.github/workflows/nightly-test.yaml @@ -49,6 +49,7 @@ jobs: checkout-ref: ${{ matrix.branch }} TICS: + if: false permissions: contents: read runs-on: ubuntu-latest