We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48cdd0 commit dd293ccCopy full SHA for dd293cc
.github/workflows/github-pages.yml
@@ -23,6 +23,7 @@ jobs:
23
# Build job.
24
build:
25
runs-on: 'ubuntu-latest'
26
+ if: ${{ github.repository_owner == 'SchemaStore' }}
27
steps:
28
- uses: 'actions/checkout@v4'
29
- uses: 'actions/setup-node@v4'
@@ -43,6 +44,7 @@ jobs:
43
44
name: 'github-pages'
45
url: '${{ steps.deployment.outputs.page_url }}'
46
47
48
needs: 'build'
49
50
- id: 'deployment'
0 commit comments