Skip to content

Commit f16c4a0

Browse files
author
Alexander Batashev
authored
[CI] Restrict workflows to intel/llvm repo (#3558)
1 parent 98715ae commit f16c4a0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/linux_post_commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
check:
99
runs-on: ubuntu-18.04
10+
if: github.repository == 'intel/llvm'
1011
strategy:
1112
fail-fast: false
1213
matrix:

.github/workflows/sync-main.yml

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

0 commit comments

Comments
 (0)