Skip to content

Commit 7b7eda7

Browse files
feat(api): api update
1 parent 901a43c commit 7b7eda7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
timeout-minutes: 10
1818
name: lint
1919
runs-on: ${{ github.repository == 'stainless-sdks/supermemory-new-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
20-
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
2120
steps:
2221
- uses: actions/checkout@v4
2322

@@ -43,7 +42,6 @@ jobs:
4342
contents: read
4443
id-token: write
4544
runs-on: depot-ubuntu-24.04
46-
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
4745
steps:
4846
- uses: actions/checkout@v4
4947

@@ -64,7 +62,6 @@ jobs:
6462
timeout-minutes: 10
6563
name: test
6664
runs-on: ${{ github.repository == 'stainless-sdks/supermemory-new-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
67-
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
6865
steps:
6966
- uses: actions/checkout@v4
7067

0 commit comments

Comments
 (0)