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 1818 os : [ubuntu-latest, macos-latest]
1919 name : Cargo test
2020 runs-on : ${{ matrix.os }}
21+ if : " github.repository == 'graphql-rust/graphql-client'"
2122 steps :
2223 - name : Checkout sources
2324 uses : actions/checkout@v2
3233 wasm_build :
3334 name : Cargo build for wasm
3435 runs-on : ubuntu-latest
36+ if : " github.repository == 'graphql-rust/graphql-client'"
3537 steps :
3638 - name : Checkout sources
3739 uses : actions/checkout@v2
4850 lint :
4951 name : Rustfmt and Clippy
5052 runs-on : ubuntu-latest
53+ if : " github.repository == 'graphql-rust/graphql-client'"
5154 steps :
5255 - name : Checkout sources
5356 uses : actions/checkout@v2
6568 prettier :
6669 name : Check prettier
6770 runs-on : ubuntu-latest
71+ if : " github.repository == 'graphql-rust/graphql-client'"
6872 steps :
6973 - name : Checkout sources
7074 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments