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
# GitHub Actions fails the workflow if an empty list of jobs is provided to
377
+
# the workflow, so we need to skip this job if nothing was produced by
378
+
# the Python script.
379
+
#
380
+
# Unfortunately checking whether a list is empty is not possible in a nice
381
+
# way due to GitHub Actions expressions limits.
382
+
# This hack is taken from https://github.com/ferrocene/ferrocene/blob/d43edc6b7697cf1719ec1c17c54904ab94825763/.github/workflows/release.yml#L75-L82
0 commit comments