Skip to content

Commit 9a2be14

Browse files
committed
ci: Prevent running Documentation CI job in forks
1 parent 1205333 commit 9a2be14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
docs:
13+
if: ${{ github.repository == 'ansible-middleware/jws' }}
1314
uses: ansible-middleware/github-actions/.github/workflows/docs.yml@main
1415
secrets: inherit
1516
with:

0 commit comments

Comments
 (0)