mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-05 21:03:24 -05:00
chore: remove CodeSee (Shutting down feb 22nd) (#53766)
This commit is contained in:
24
.github/workflows/codesee-diagram.yml
vendored
24
.github/workflows/codesee-diagram.yml
vendored
@@ -1,24 +0,0 @@
|
||||
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 }}
|
||||
Reference in New Issue
Block a user