File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 18
18
os : [ubuntu-latest, macos-latest]
19
19
name : Cargo test
20
20
runs-on : ${{ matrix.os }}
21
+ if : " github.repository == 'graphql-rust/graphql-client'"
21
22
steps :
22
23
- name : Checkout sources
23
24
uses : actions/checkout@v2
32
33
wasm_build :
33
34
name : Cargo build for wasm
34
35
runs-on : ubuntu-latest
36
+ if : " github.repository == 'graphql-rust/graphql-client'"
35
37
steps :
36
38
- name : Checkout sources
37
39
uses : actions/checkout@v2
48
50
lint :
49
51
name : Rustfmt and Clippy
50
52
runs-on : ubuntu-latest
53
+ if : " github.repository == 'graphql-rust/graphql-client'"
51
54
steps :
52
55
- name : Checkout sources
53
56
uses : actions/checkout@v2
65
68
prettier :
66
69
name : Check prettier
67
70
runs-on : ubuntu-latest
71
+ if : " github.repository == 'graphql-rust/graphql-client'"
68
72
steps :
69
73
- name : Checkout sources
70
74
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments