Skip to content

Commit 27aa18b

Browse files
committed
test
1 parent 9856a8a commit 27aa18b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ concurrency:
2424
jobs:
2525
# Build website
2626
build:
27+
if: github.repository_owner != 'HugoBlox'
2728
runs-on: ubuntu-latest
2829
steps:
2930
- name: Checkout
@@ -104,6 +105,7 @@ jobs:
104105

105106
# Deploy website to GitHub Pages hosting
106107
deploy:
108+
if: github.repository_owner != 'HugoBlox'
107109
needs: build
108110
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
109111
permissions:

0 commit comments

Comments
 (0)