1 parent ad9ae4a commit f7d8e2cCopy full SHA for f7d8e2c
1 file changed
.github/workflows/build-docs-fork-preview.yml
@@ -43,9 +43,13 @@ jobs:
43
build:
44
name: Build fork docs
45
needs: test
46
+ # TEMP: Exercise this job on PR #2691. Remove the exception before merge.
47
if: >-
48
github.repository == 'voidzero-dev/vite-plus' &&
- 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
+ )
53
runs-on: ubuntu-latest
54
timeout-minutes: 15
55
permissions:
0 commit comments