From e68399bb2b662535c76334c650c91dc83ae0981c Mon Sep 17 00:00:00 2001 From: Loxeris <30194187+Loxeris@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:04:53 +0200 Subject: [PATCH] test --- .github/workflows/extension.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/extension.yml b/.github/workflows/extension.yml index 057cb775..46988a35 100644 --- a/.github/workflows/extension.yml +++ b/.github/workflows/extension.yml @@ -13,7 +13,6 @@ jobs: run-demo: runs-on: ubuntu-latest # Run the tests only if It's a PR or if the repo is DIRACGrid/diracx-web - if: github.event_name != 'push' || github.repository == 'DIRACGrid/diracx-web' steps: # Checkout the new source code - uses: actions/checkout@v4