From 1e2b1eb3569df2b017d8b3e25605b0b0c1ebe0a1 Mon Sep 17 00:00:00 2001 From: D3vil0p3r Date: Sun, 29 Sep 2024 01:10:26 +0200 Subject: [PATCH] Update role workflow --- .github/workflows/roles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/roles.yml b/.github/workflows/roles.yml index 7e69ff207..fe94a3242 100644 --- a/.github/workflows/roles.yml +++ b/.github/workflows/roles.yml @@ -77,7 +77,7 @@ jobs: # Final job to send summary to webhook notify-result: runs-on: ubuntu-latest - needs: role-testing # Wait until all matrix jobs complete + needs: [arch-role-testing, nix-role-testing] # Wait until all matrix jobs complete if: always() # Ensures this job runs even if any job fails or is canceled steps: - name: Generate Job Results Summary