Skip to content

Commit b57d30f

Browse files
committed
fix: setting with.path on workflow didn't work so I rename the repo
1 parent 95de282 commit b57d30f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- uses: actions/checkout@v4
26-
with:
27-
path: typeid
2826
- name: Install cargo-pgrx
2927
run: |
3028
PGRX_VERSION=$(cargo metadata --format-version 1 | jq -r '.packages[]|select(.name=="pgrx")|.version')
@@ -36,8 +34,6 @@ jobs:
3634
runs-on: ubuntu-latest
3735
steps:
3836
- uses: actions/checkout@v4
39-
with:
40-
path: typeid
4137
- name: Install PostgreSQL headers
4238
run: |
4339
sudo apt-get update
@@ -66,8 +62,6 @@ jobs:
6662
steps:
6763
- name: Checkout code
6864
uses: actions/checkout@v4
69-
with:
70-
path: typeid
7165
- name: Run rustfmt
7266
run: cargo fmt -- --check
7367
rust-clippy:
@@ -78,9 +72,6 @@ jobs:
7872
steps:
7973
- name: Checkout code
8074
uses: actions/checkout@v4
81-
82-
with:
83-
path: typeid
8475
- name: Install cargo-pgrx
8576
run: |
8677
PGRX_VERSION=$(cargo metadata --format-version 1 | jq -r '.packages[]|select(.name=="pgrx")|.version')

0 commit comments

Comments
 (0)