Skip to content

Commit

Permalink
GitHub Action: website.yml: don't run in forks (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-belkin committed Sep 2, 2020
1 parent 6639d4b commit a8eee52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Expand Up @@ -5,7 +5,7 @@ on:
pull_request: []
jobs:
build-website:
if: github.repository != 'carpentries/styles'
if: github.repository != 'carpentries/styles' && (github.repository_owner == 'swcarpentry' || github.repository_owner == 'datacarpentry' || github.repository_owner == 'librarycarpentry' || github.repository_owner == 'carpentries')
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit a8eee52

Please sign in to comment.