ci: fix needs entries in merge_clean_snapshot_tags step

This commit is contained in:
Julien Neuhart
2025-05-20 15:43:36 +02:00
parent 61c8217ed5
commit 8875f4dfc4

View File

@@ -183,7 +183,12 @@ jobs:
merge_clean_snapshot_tags:
if: needs.merge_clean_snapshot_guard.outputs.continue == 'true'
needs: merge_clean_snapshot_guard
needs:
- merge_clean_snapshot_guard
- snapshot_amd64
- snapshot_386
- snapshot_arm64
- snapshot_arm_v7
name: Merge and clean snapshot tags
runs-on: ubuntu-latest
steps: