microsoft / triton-shared

Shared Middle-Layer for Triton Compilation
MIT License
134 stars 26 forks source link

Remove the report failure step in `test-plugin.yml` #43

Closed nhat-nguyen closed 8 months ago

nhat-nguyen commented 8 months ago

"Report failure" is not working in test-plugin.yml because we don't have inputs.notify-on-failure defined in the file. But we don't need this step in test-plugin.yml because the only two workflows that include it are integration-tests.yml and nightly-tests.yml; integration-tests.yml run on pull requests and merges to main, so there's no need to report failures. nightly-tests.yml on the other hand already has the report failure job in it.