mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
fix cleanup pr workflow
This commit is contained in:
2
.github/workflows/cleanup-qa-tag.yaml
vendored
2
.github/workflows/cleanup-qa-tag.yaml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
continue-on-error: true # Package may not exist if build never ran
|
||||
with:
|
||||
owner: ${{ github.repository_owner }}
|
||||
package-name: ${{ github.repository }}
|
||||
package-name: ${{ github.event.repository.name }}
|
||||
package-type: container
|
||||
min-versions-to-keep: 0
|
||||
ignore-versions: '^(?!pr-${{ github.event.pull_request.number }}$).*$'
|
||||
|
||||
Reference in New Issue
Block a user