Skip to content

Commit f7d8e2c

Browse files
authored
ci: temporarily exercise fork docs build on PR 2691
1 parent ad9ae4a commit f7d8e2c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-docs-fork-preview.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,13 @@ jobs:
4343
build:
4444
name: Build fork docs
4545
needs: test
46+
# TEMP: Exercise this job on PR #2691. Remove the exception before merge.
4647
if: >-
4748
github.repository == 'voidzero-dev/vite-plus' &&
48-
github.event.pull_request.head.repo.full_name != github.repository
49+
(
50+
github.event.pull_request.head.repo.full_name != github.repository ||
51+
github.event.pull_request.number == 2691
52+
)
4953
runs-on: ubuntu-latest
5054
timeout-minutes: 15
5155
permissions:

0 commit comments

Comments
 (0)