Skip to content

Commit

Permalink
Build: Disable github-pages job on forks by default
Browse files Browse the repository at this point in the history
Avoid the noisy branch pushes.
  • Loading branch information
Krinkle committed Jul 27, 2024
1 parent 62ca15a commit a7403bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
deploy:
name: Deploy
if: ${{ github.repository == 'qunitjs/qunit' }} # skip noisy cron on forks
runs-on: ubuntu-20.04
env:
DEPLOY_DIR: docs/_site/
Expand Down

0 comments on commit a7403bf

Please sign in to comment.