Skip to content

🧹 Clean stale build artifacts #16

🧹 Clean stale build artifacts

🧹 Clean stale build artifacts #16

Workflow file for this run

name: 🧹 Clean stale build artifacts
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * SUN"
jobs:
clean:
name: Clean
runs-on: ubuntu-22.04
container:
image: nycplanning/dev:latest
defaults:
run:
shell: bash
env:
GHP_TOKEN: ${{ github.GITHUB_TOKEN }}
BUILD_ENGINE_SERVER: ${{ secrets.SQL_ENGINE_EDM_DATA_SERVER }}
steps:
- uses: actions/checkout@v3
- name: Delete build artifacts
run: |
python3 -m dcpy.builds.clean_artifacts