mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 10:22:16 +00:00
chore(GHA): remove GC comments, automated now
This commit is contained in:
@@ -33,21 +33,3 @@ jobs:
|
|||||||
days: '7'
|
days: '7'
|
||||||
keep_last: '3'
|
keep_last: '3'
|
||||||
|
|
||||||
# NOTE: We don't need to trigger garbage collection because we have a cron job that runs on news repo, which
|
|
||||||
# triggers garbage collection. This can be uncommented should a need arise.
|
|
||||||
|
|
||||||
# clean:
|
|
||||||
# name: Do Garbage Collection
|
|
||||||
# runs-on: ubuntu-latest
|
|
||||||
# needs: remove
|
|
||||||
# steps:
|
|
||||||
# - name: Install doctl
|
|
||||||
# uses: digitalocean/action-doctl@v2
|
|
||||||
# with:
|
|
||||||
# token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
|
|
||||||
|
|
||||||
# - name: Log in to DigitalOcean Container Registry with short-lived credentials
|
|
||||||
# run: doctl registry login --expiry-seconds 1200
|
|
||||||
|
|
||||||
# - name: Trigger Garbage collection
|
|
||||||
# run: doctl registry garbage-collection start --include-untagged-manifests --force
|
|
||||||
|
|||||||
Reference in New Issue
Block a user