FIX: the deploy action now only start when the label 'deploy' is applied to the PR
This commit is contained in:
parent
ca628d9a90
commit
30cf078df5
3 changed files with 15 additions and 9 deletions
3
.github/workflows/cleanup.yml
vendored
3
.github/workflows/cleanup.yml
vendored
|
@ -1,7 +1,8 @@
|
|||
name: Cleanup images and environments
|
||||
|
||||
on:
|
||||
- delete
|
||||
pull_request:
|
||||
types: [ closed ]
|
||||
|
||||
# Enables BuildKit
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue