Skip to content

Commit 9184149

Browse files
committed
Temporary disable the condition
1 parent 515b0cd commit 9184149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/email-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
jobs:
77
validate_email:
88
runs-on: ubuntu-latest
9-
if: github.repository == 'llvm/llvm-project'
9+
# if: github.repository == 'llvm/llvm-project'
1010
steps:
1111
- name: Fetch LLVM sources
1212
uses: actions/checkout@v4

0 commit comments

Comments
 (0)