drop: parse dependency for notify_diffs because not needed actually

This commit is contained in:
2026-04-12 18:09:05 +03:00
parent 57bc2c203a
commit eedcd4e60b

View File

@@ -211,7 +211,6 @@ jobs:
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)
needs: parse
steps:
- name: Checkout repository
uses: actions/checkout@v4