From 637f9d82aefe568e34c14e6d7d2c65aa1f3d84fb Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 13 Apr 2026 20:24:29 +0300 Subject: [PATCH] fix: another try to fix notifications --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fea29fa..2ac097b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -210,7 +210,6 @@ jobs: notify_diffs: runs-on: ubuntu-latest if: | - (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true) steps: - name: Checkout repository