Skip to content

Commit

Permalink
Update role workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Sep 28, 2024
1 parent f82eb65 commit 1e2b1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e2b1eb

Please sign in to comment.