Skip to content

Clean - Build - refs/heads/main (#304) #3

Clean - Build - refs/heads/main (#304)

Clean - Build - refs/heads/main (#304) #3

Workflow file for this run

name: Clean
run-name: Clean - ${{ github.event.workflow_run.name }} (#${{ github.event.workflow_run.run_number }})
on:
workflow_run:
workflows:
- Build
- Deploy
types:
- completed
jobs:
clean:
name: Clean
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Clean artifacts
uses: amilochau/github-actions/clean/artifacts@v4
with:
runId: ${{ github.event.workflow_run.id }}