Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index baefd8bc1f..d1048bd354 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ env: jobs: rust: - if: github.repository == 'rust-analyzer/rust-analyzer' + if: github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer' name: Rust runs-on: ${{ matrix.os }} env: @@ -62,7 +62,7 @@ jobs: # Weird targets to catch non-portable code rust-cross: - if: github.repository == 'rust-analyzer/rust-analyzer' + if: github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer' name: Rust Cross runs-on: ubuntu-latest @@ -99,7 +99,7 @@ jobs: done typescript: - if: github.repository == 'rust-analyzer/rust-analyzer' + if: github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer' name: TypeScript strategy: fail-fast: false |