You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Retag images of flavor ${{ matrix.flavor.id || 'default' }}
383
385
needs: [get-flavors, test-images]
386
+
# Skip in case we would have an empty matrix. Note that in this case it also skips all downstream jobs...
387
+
# We need the always() && !cancelled() && !failure() because the test-images may have been skipped (which is fine). See https://github.com/actions/runner/issues/491#issuecomment-1507495166
0 commit comments