Skip to content

Commit

Permalink
See if we can get result for all needs workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav92003 committed Feb 16, 2025
1 parent 1774f64 commit 2f45a82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,5 @@ jobs:
if: ${{ always() }}
with:
test_suite: 'x86-32'
test_suite_results: ${{ join(needs.*.result, ',') }}
secrets: inherit
4 changes: 4 additions & 0 deletions .github/workflows/failure-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ on:
test_suite:
required: true
type: string
test_suite_results:
required: true
type: string
secrets:
DYNAMORIO_NOTIFICATION_EMAIL_USERNAME:
required: true
Expand All @@ -62,6 +65,7 @@ jobs:
Github Actions CI workflow run FAILED!
Workflow: ${{github.workflow}}/${{inputs.test_suite}}
Needs workflows results: ${{ join(needs.*.result, ',') }}
Needs workflows results 2: ${{ inputs.test_suite_results }}
Repository: ${{github.repository}}
Branch ref: ${{github.ref}}
SHA: ${{github.sha}}
Expand Down

0 comments on commit 2f45a82

Please sign in to comment.