From 8d5ba0964787554fd3c546d275ffe5c1a62cd771 Mon Sep 17 00:00:00 2001 From: Yingjie He Date: Thu, 17 Apr 2025 09:26:27 -0700 Subject: [PATCH] fix: Error: 403 "Resource not accessible by integration" (#2236) --- .github/workflows/pr-website-preview.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-website-preview.yml b/.github/workflows/pr-website-preview.yml index afc64173..526fdb5b 100644 --- a/.github/workflows/pr-website-preview.yml +++ b/.github/workflows/pr-website-preview.yml @@ -9,6 +9,9 @@ on: - closed paths: - 'documentation/**' + push: + branches-ignore: + - 'dependabot/**' concurrency: preview-${{ github.ref }}