We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515b0cd commit 9184149Copy full SHA for 9184149
.github/workflows/email-check.yaml
@@ -6,7 +6,7 @@ permissions:
6
jobs:
7
validate_email:
8
runs-on: ubuntu-latest
9
- if: github.repository == 'llvm/llvm-project'
+ # if: github.repository == 'llvm/llvm-project'
10
steps:
11
- name: Fetch LLVM sources
12
uses: actions/checkout@v4
0 commit comments