Skip to content

Commit 0f6a322

Browse files
committed
PR review changes
1 parent 6ee9462 commit 0f6a322

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/scip-examples.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
index-k8s:
1313
if: github.repository == 'sourcegraph/scip' # Skip running on forks
1414
runs-on: ubuntu-latest-4core-ci-scip-graph-team
15-
timeout-minutes: 180
15+
timeout-minutes: 30
1616
concurrency:
1717
group: index-k8s
1818
cancel-in-progress: true
@@ -28,15 +28,6 @@ jobs:
2828
- name: Configure git safe.directory
2929
run: git config --global --add safe.directory $GITHUB_WORKSPACE
3030

31-
- name: Restore Go cache
32-
uses: actions/cache@v5
33-
with:
34-
path: |
35-
~/.cache/go-build
36-
~/go/pkg/mod
37-
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
38-
restore-keys: ${{ runner.os }}-go-
39-
4031
- name: Get src-cli
4132
run: |
4233
curl -L https://sourcegraph.com/.api/src-cli/src_linux_amd64 \
@@ -53,7 +44,7 @@ jobs:
5344
scip-go --version
5445
scip-go --verbose
5546
56-
- name: Validate SCIP dump size
47+
- name: Validate SCIP index size
5748
run: |
5849
if [ $(stat -c%s index.scip) -lt 10000000 ]; then
5950
echo "ERROR: SCIP dump suspiciously small (< 10MB)"

0 commit comments

Comments
 (0)