@@ -22,6 +22,7 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
+ if: github.repository == 'microsoft/DirectXShaderCompiler'
timeout-minutes: 240
steps:
- name: Checkout
@@ -52,6 +53,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build
- name: Deploy to GitHub Pages