Skip to content

Commit

Permalink
notification dependency only on last job
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhedarV committed Mar 18, 2024
1 parent 24a2983 commit 14ef627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xrt_mock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ jobs:
runnerName: ${{ runner.name }}

notify-slack:
needs: [build, windows-build, apu-package-build, package-download, extract-platforms, pcie-hw-tests, pcie-sw-emulation-tests, pcie-hw-emulation-tests, test-summary, setenv-download, Release_to_xco, Release_to_all_sites, Upload_packages_to_Artifactory, gradle-artifactory-upload]
needs: [gradle-artifactory-upload]
runs-on: Ubuntu-22.04
if: always() && contains(needs.*.result, 'failure')
steps:
Expand Down

0 comments on commit 14ef627

Please sign in to comment.