Skip to content

Commit eb66f07

Browse files
committed
comment promtail
1 parent 729e6a1 commit eb66f07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ jobs:
169169
run: echo "START_TIME=$(date +"%Y-%m-%dT%H:%M:%S.%NZ")" >> ${GITHUB_ENV}
170170
- name: Create Directory
171171
run: mkdir -p ${{github.workspace}}/test/dashboard/logs/${{github.job}}/${{matrix.container.image}}${{matrix.container.version}}/
172-
- name: Start Promtail
173-
uses: ./.github/actions/start-promtail
172+
# - name: Start Promtail
173+
# uses: ./.github/actions/start-promtail
174174
- name: Run Integration Tests
175175
run: |
176176
go install github.com/goreleaser/nfpm/v2/cmd/nfpm@${{ env.NFPM_VERSION }}

0 commit comments

Comments
 (0)