We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6639d4b commit a8eee52Copy full SHA for a8eee52
1 file changed
.github/workflows/website.yml
@@ -5,7 +5,7 @@ on:
5
pull_request: []
6
jobs:
7
build-website:
8
- 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')
9
runs-on: ubuntu-latest
10
defaults:
11
run:
0 commit comments