diff --git a/.github/workflows/doc-check-linter.yml b/.github/workflows/doc-check-linter.yml index 2e9cba0..0f15640 100644 --- a/.github/workflows/doc-check-linter.yml +++ b/.github/workflows/doc-check-linter.yml @@ -120,4 +120,4 @@ jobs: # ---------- Optional status for skipped forked PRs ---------- - name: Skip GPG checks for external PRs if: ${{ github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request' }} - run: echo "🟡 Skipping GPG verification for external PR (no access to secrets)." + run: echo "🟡 Skipping GPG verification for external PR (no access to secrets)." \ No newline at end of file