diff --git a/.github/workflows/clp-docs-macos.yaml b/.github/workflows/clp-docs-macos.yaml deleted file mode 100644 index 7f9f32ea4..000000000 --- a/.github/workflows/clp-docs-macos.yaml +++ /dev/null @@ -1,35 +0,0 @@ -name: "clp-docs-macos" - -on: - pull_request: - push: - schedule: - # Run daily at 00:15 UTC (the 15 is to avoid periods of high load) - - cron: "15 0 * * *" - workflow_dispatch: - -concurrency: - group: "${{github.workflow}}-${{github.ref}}" - # Cancel in-progress jobs for efficiency - cancel-in-progress: true - -jobs: - build-macos: - if: "vars.GH_DISABLE_MACOS != 'true'" - name: "build-macos" - runs-on: "macos-15" - steps: - - uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 - with: - lfs: "true" - submodules: "recursive" - - - uses: "./tools/yscope-dev-utils/exports/github/actions/install-python" - - - uses: "./tools/yscope-dev-utils/exports/github/actions/install-go-task" - with: - version: "3.48.0" - - - name: "Build docs" - shell: "bash" - run: "task docs:site"