mirror of
https://github.com/docker/compose.git
synced 2026-06-27 03:33:32 +00:00
11 lines
No EOL
228 B
YAML
11 lines
No EOL
228 B
YAML
name: PR cleanup
|
|
on:
|
|
pull_request:
|
|
types: [closed]
|
|
jobs:
|
|
delete_pr_artifacts:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: stefanluptak/delete-old-pr-artifacts@v1
|
|
with:
|
|
workflow_filename: ci.yaml |