File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
push :
8
8
branches :
9
- - master
10
- - staging
11
- - trying
12
9
- auto
13
10
- try
14
11
22
19
23
20
jobs :
24
21
rust :
25
- if : github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust- lang/rust-analyzer'
22
+ if : github.repository == 'rust-lang/rust-analyzer'
26
23
name : Rust
27
24
runs-on : ${{ matrix.os }}
28
25
env :
67
64
68
65
# Weird targets to catch non-portable code
69
66
rust-cross :
70
- if : github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust- lang/rust-analyzer'
67
+ if : github.repository == 'rust-lang/rust-analyzer'
71
68
name : Rust Cross
72
69
runs-on : ubuntu-latest
73
70
@@ -104,7 +101,7 @@ jobs:
104
101
done
105
102
106
103
typescript :
107
- if : github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust- lang/rust-analyzer'
104
+ if : github.repository == 'rust-lang/rust-analyzer'
108
105
name : TypeScript
109
106
strategy :
110
107
fail-fast : false
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
metrics :
15
- if : github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust- lang/rust-analyzer'
15
+ if : github.repository == 'rust-lang/rust-analyzer'
16
16
runs-on : ubuntu-latest
17
17
18
18
steps :
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
rustdoc :
15
- if : github.repository == 'rust-analyzer/rust-analyzer' || github.repository == 'rust- lang/rust-analyzer'
15
+ if : github.repository == 'rust-lang/rust-analyzer'
16
16
runs-on : ubuntu-latest
17
17
18
18
steps :
You can’t perform that action at this time.
0 commit comments