Skip to content

Commit 5be0017

Browse files
author
Alexander Batashev
authored
[SYCL][Doc] Disable GitHub Pages job in forks (#2513)
This change prevents GitHub Pages documentation job from running in forked repositories.
1 parent adc2ac7 commit 5be0017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh_pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10+
if: github.repository == 'intel/llvm'
1011
steps:
1112
- uses: actions/checkout@v2
1213
with:

0 commit comments

Comments
 (0)