Skip to content

Commit

Permalink
Enable lld in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Nov 19, 2024
1 parent aa5c86a commit b6f7a3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lld-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ on:
- '.github/workflows/llvm-project-tests.yml'
- '!llvm/**'
pull_request:
ignore-forks: true
branches:
- 'release/**'
# ignore-forks: true
# branches:
# - 'release/**'
paths:
- 'lld/**'
- '.github/workflows/lld-tests.yml'
Expand All @@ -32,7 +32,7 @@ concurrency:

jobs:
check_lld:
if: github.repository_owner == 'llvm'
# if: github.repository_owner == 'llvm'
name: Test lld
uses: ./.github/workflows/llvm-project-tests.yml
with:
Expand Down

0 comments on commit b6f7a3d

Please sign in to comment.