Skip to content

Commit a8eee52

Browse files
authored
GitHub Action: website.yml: don't run in forks (#501)
1 parent 6639d4b commit a8eee52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request: []
66
jobs:
77
build-website:
8-
if: github.repository != 'carpentries/styles'
8+
if: github.repository != 'carpentries/styles' && (github.repository_owner == 'swcarpentry' || github.repository_owner == 'datacarpentry' || github.repository_owner == 'librarycarpentry' || github.repository_owner == 'carpentries')
99
runs-on: ubuntu-latest
1010
defaults:
1111
run:

0 commit comments

Comments
 (0)