From eedcd4e60ba10aaf2a7070601fc197afd594055a Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 12 Apr 2026 18:09:05 +0300 Subject: [PATCH] drop: parse dependency for notify_diffs because not needed actually --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e289c27..a9a14b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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