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