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 }}'