Skip to content

Commit

Permalink
Revert "HACK: test alerting"
Browse files Browse the repository at this point in the history
This reverts commit babe0c3.
  • Loading branch information
ScottTodd committed Dec 10, 2024
1 parent 54d08b9 commit bbb4e5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow_summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ jobs:
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 }}"
Expand Down
2 changes: 0 additions & 2 deletions runtime/src/iree/base/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbb4e5c

Please sign in to comment.