Skip to content

Commit 7bf4bbd

Browse files
committed
remove unused quotes
1 parent 05f309c commit 7bf4bbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ubuntu-latest, macos-latest]
1919
name: Cargo test
2020
runs-on: ${{ matrix.os }}
21-
if: "github.repository == 'graphql-rust/graphql-client'"
21+
if: github.repository == 'graphql-rust/graphql-client'
2222
steps:
2323
- name: Checkout sources
2424
uses: actions/checkout@v4
@@ -31,7 +31,7 @@ jobs:
3131
wasm_build:
3232
name: Cargo build for wasm
3333
runs-on: ubuntu-latest
34-
if: "github.repository == 'graphql-rust/graphql-client'"
34+
if: github.repository == 'graphql-rust/graphql-client'
3535
steps:
3636
- name: Checkout sources
3737
uses: actions/checkout@v4
@@ -45,7 +45,7 @@ jobs:
4545
lint:
4646
name: Rustfmt and Clippy
4747
runs-on: ubuntu-latest
48-
if: "github.repository == 'graphql-rust/graphql-client'"
48+
if: github.repository == 'graphql-rust/graphql-client'
4949
steps:
5050
- name: Checkout sources
5151
uses: actions/checkout@v4
@@ -60,7 +60,7 @@ jobs:
6060
prettier:
6161
name: Check prettier
6262
runs-on: ubuntu-latest
63-
if: "github.repository == 'graphql-rust/graphql-client'"
63+
if: github.repository == 'graphql-rust/graphql-client'
6464
steps:
6565
- name: Checkout sources
6666
uses: actions/checkout@v4

0 commit comments

Comments
 (0)