HACK: test alerting
diff --git a/.github/workflows/workflow_summary.yml b/.github/workflows/workflow_summary.yml
index de19634..66789ff 100644
--- a/.github/workflows/workflow_summary.yml
+++ b/.github/workflows/workflow_summary.yml
@@ -55,7 +55,9 @@
           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'
+        # if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
+        # DO NOT SUBMIT
+        if: failure() && 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 733c74e..9945e03 100644
--- a/runtime/src/iree/base/api.h
+++ b/runtime/src/iree/base/api.h
@@ -93,6 +93,8 @@
 #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