Skip to content

Commit 47b5f57

Browse files
committed
fix(ci): The create-manifest job runs when the preceding job ends, regardless of whether the preceding job succeeds or fails.
1 parent 4d45122 commit 47b5f57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ jobs:
412412
# Create multi-arch manifest
413413
create-manifest:
414414
runs-on: ubuntu-latest
415-
if: github.ref_type == 'tag'
415+
if: github.ref_type == 'tag' && always()
416416
needs:
417417
- build-docker-images
418418
- check-validate-tag-format

0 commit comments

Comments
 (0)