Skip to content

Commit 0676ffe

Browse files
committed
Update ci.yml
1 parent 8c07c6a commit 0676ffe

1 file changed

Lines changed: 0 additions & 36 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -127,30 +127,6 @@ jobs:
127127
name: coverage-report
128128
path: ./coverage.html
129129

130-
benchmark:
131-
name: Benchmark
132-
runs-on: ubuntu-latest
133-
if: github.event_name == 'pull_request'
134-
135-
steps:
136-
- name: Checkout code
137-
uses: actions/checkout@v4
138-
139-
- name: Set up Go
140-
uses: actions/setup-go@v5
141-
with:
142-
go-version: '1.23'
143-
144-
- name: Run benchmarks
145-
run: |
146-
go test -bench=. -benchmem -run=^$ ./... | tee benchmark.txt
147-
148-
- name: Upload benchmark results
149-
uses: actions/upload-artifact@v4
150-
with:
151-
name: benchmark-results
152-
path: ./benchmark.txt
153-
154130
integration-test:
155131
name: Integration Tests
156132
runs-on: ubuntu-latest
@@ -171,18 +147,6 @@ jobs:
171147
INSTANA_BASE_URL: ${{ secrets.INSTANA_BASE_URL }}
172148
INSTANA_API_TOKEN: ${{ secrets.INSTANA_API_TOKEN }}
173149

174-
dependency-review:
175-
name: Dependency Review
176-
runs-on: ubuntu-latest
177-
if: github.event_name == 'pull_request'
178-
179-
steps:
180-
- name: Checkout code
181-
uses: actions/checkout@v4
182-
183-
- name: Dependency Review
184-
uses: actions/dependency-review-action@v4
185-
186150
notify:
187151
name: Notify
188152
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)