Revert "HACK: test alerting" This reverts commit babe0c304f8117c6c35cdbae0f530046989e4df3.
diff --git a/.github/workflows/workflow_summary.yml b/.github/workflows/workflow_summary.yml index d6d8c64..5183ddb 100644 --- a/.github/workflows/workflow_summary.yml +++ b/.github/workflows/workflow_summary.yml
@@ -56,9 +56,7 @@ fi - name: Posting to Discord uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7 - # if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org' - # DO NOT SUBMIT - if: failure() && github.repository_owner == 'iree-org' + if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org' with: webhook: ${{ secrets.DISCORD_WEBHOOK }} description: "The following jobs failed: ${{ steps.failed_jobs.outputs.failed-jobs }}"
diff --git a/runtime/src/iree/base/api.h b/runtime/src/iree/base/api.h index 9945e03..733c74e 100644 --- a/runtime/src/iree/base/api.h +++ b/runtime/src/iree/base/api.h
@@ -93,8 +93,6 @@ #include "iree/base/tracing.h" // IWYU pragma: export #include "iree/base/wait_source.h" // IWYU pragma: export -#error "DO NOT SUBMIT - testing job failure alerting" - #ifdef __cplusplus extern "C" { #endif // __cplusplus