From 648d7ddc40476f5b28712a1166f8ba4ceaca6b64 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Mon, 4 May 2026 09:12:17 -0400 Subject: [PATCH] Drop rollout-added Documentation.yml; this repo uses Deploy.yml --- .github/workflows/Documentation.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/Documentation.yml diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml deleted file mode 100644 index 9c6dec41..00000000 --- a/.github/workflows/Documentation.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: "Documentation" -on: - push: - branches: - - "main" - tags: ["v*"] - pull_request: ~ - schedule: - - cron: "1 4 * * 4" -concurrency: - group: "${{ github.workflow }}-${{ github.ref }}" - cancel-in-progress: "${{ github.ref_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}" -permissions: - contents: "write" -jobs: - documentation: - name: "Documentation" - uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@v2" - with: - localregistry: "https://github.com/ITensor/ITensorRegistry.git" - secrets: - CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"