]> git.lizzy.rs Git - rust.git/blobdiff - .github/workflows/ci.yaml
Merge #11107
[rust.git] / .github / workflows / ci.yaml
index e37608ebbf81bcaa6c780aed88abd4b343845850..baefd8bc1f0b388a908d1b578332ccb2ffc772cb 100644 (file)
@@ -17,6 +17,7 @@ env:
 
 jobs:
   rust:
+    if: github.repository == 'rust-analyzer/rust-analyzer'
     name: Rust
     runs-on: ${{ matrix.os }}
     env:
@@ -61,6 +62,7 @@ jobs:
 
   # Weird targets to catch non-portable code
   rust-cross:
+    if: github.repository == 'rust-analyzer/rust-analyzer'
     name: Rust Cross
     runs-on: ubuntu-latest
 
@@ -97,6 +99,7 @@ jobs:
         done
 
   typescript:
+    if: github.repository == 'rust-analyzer/rust-analyzer'
     name: TypeScript
     strategy:
       fail-fast: false
@@ -112,7 +115,7 @@ jobs:
     - name: Install Nodejs
       uses: actions/setup-node@v1
       with:
-        node-version: 12.x
+        node-version: 14.x
 
     - name: Install xvfb
       if: matrix.os == 'ubuntu-latest'