]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
github: Always run the finalize job 92/head
authorTom Hromatka <tom.hromatka@oracle.com>
Wed, 2 Feb 2022 22:44:11 +0000 (15:44 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 2 Feb 2022 22:44:11 +0000 (15:44 -0700)
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.github/workflows/continuous-integration.yml

index 61718eb8cbbd9aef08451ddecdf475042d9545c6..22b8ddd1b21be1207088ccd8f5e5e7dd2d8b0f4e 100644 (file)
@@ -258,6 +258,7 @@ jobs:
 
   finalize:
     name: Finalize the test run
+    if: ${{ always() }}
     needs: [unittests, functionaltestsv1, functionaltestsv1v2, functionaltestsv2]
     runs-on: ubuntu-latest
     steps: