Skip to content

Commit

Permalink
Disable notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Sep 19, 2024
1 parent 9466808 commit 8f55424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ghc-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
notify:
name: Notify failed build
needs: build
if: failure() && github.event.pull_request == null
if: false
#failure() && github.event.pull_request == null
runs-on: ubuntu-latest
steps:
- uses: jayqi/failed-build-issue-action@v1
Expand Down

0 comments on commit 8f55424

Please sign in to comment.