name: CI - Create CodeSee Maps on: workflow_dispatch: schedule: - cron: '25 0/12 * * 1-5' # Build once every 12 hours, starting at 25 minutes past the hour (UTC) pull_request_target: paths-ignore: - 'docs/**' - '.gitignore' types: [opened, synchronize, reopened] permissions: read-all jobs: codesee: runs-on: ubuntu-22.04 if: ${{ github.actor != 'renovate[bot]' && github.actor != 'camperbot' }} continue-on-error: true name: Analyze the repo with CodeSee steps: - uses: Codesee-io/codesee-action@4f66933f195ad209dab16bcdd12cbacfff7f8707 # v2 with: codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}