Browse Source

Put proper event ref

pull/432/head
Vince Grassia 2 weeks ago
parent
commit
bb5292db50
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08
  1. 2
      .github/workflows/cleanup-container-images.yml

2
.github/workflows/cleanup-container-images.yml

@ -11,7 +11,7 @@ jobs: @@ -11,7 +11,7 @@ jobs:
cleanup-images:
name: Delete branch container images
if: |
github.event.ref != 'dev' &&
github.event.ref != 'main' &&
github.event.ref != 'rc' &&
github.event.ref != 'hotfix-rc'
runs-on: ubuntu-24.04

Loading…
Cancel
Save