fix: another try to fix notifications

This commit is contained in:
2026-04-13 20:24:29 +03:00
parent 316e623c64
commit 637f9d82ae

View File

@@ -210,7 +210,6 @@ jobs:
notify_diffs: notify_diffs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: | 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) (github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true)
steps: steps:
- name: Checkout repository - name: Checkout repository