We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1714a41 commit a9affe9Copy full SHA for a9affe9
.github/workflows/image-cleanup.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
cleanup:
10
name: Delete untagged NGINX Unprivileged Docker images on the Amazon ECR Public Gallery and the GitHub Container Registry
11
- # if: ${{ github.event_name != 'pull_request' }}
+ if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
12
runs-on: ubuntu-22.04
13
strategy:
14
fail-fast: false
0 commit comments