From 9857a9c90febc435e1cdbdd8c5a90662bfb76b05 Mon Sep 17 00:00:00 2001 From: Rick Lambrechts Date: Mon, 10 Aug 2026 21:55:02 +0200 Subject: [PATCH] Remove CI trigger --- .github/workflows/integration-tests.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/integration-tests.yml diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml deleted file mode 100644 index 7d04fda..0000000 --- a/.github/workflows/integration-tests.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Integration tests -on: - push: - branches: - - main - -jobs: - trigger-ci: - runs-on: ubuntu-24.04 - steps: - - name: Trigger CI suite - uses: minvws/gfmodules-action-trigger-ci@v1 - with: - orac_htpasswd: '${{ secrets.ORAC_HTPASSWD }}' - endpoint_url: '${{ secrets.ORAC_ENDPOINT }}'