Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index feb6cc95ac..32fc63a795 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,9 +6,6 @@ on: pull_request: push: branches: - - master - - staging - - trying - auto - try @@ -22,7 +19,7 @@ env: jobs: rust: - if: github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer' + if: github.repository == 'rust-lang/rust-analyzer' name: Rust runs-on: ${{ matrix.os }} env: @@ -67,7 +64,7 @@ jobs: # Weird targets to catch non-portable code rust-cross: - if: github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer' + if: github.repository == 'rust-lang/rust-analyzer' name: Rust Cross runs-on: ubuntu-latest @@ -104,7 +101,7 @@ jobs: done typescript: - if: github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust-lang/rust-analyzer' + if: github.repository == 'rust-lang/rust-analyzer' name: TypeScript strategy: fail-fast: false |