Skip to content

Commit

Permalink
lint: remove tailing spaces per check-style.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
taimingl committed Oct 21, 2024
1 parent 9308824 commit 456cfc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ jobs:
timeout_minutes: 30
max_attempts: 3
command: bash scripts/ci-int-e2e-test.sh int opentelemetry

- name: openobserve
if: ${{ startsWith(github.event.review.body, '/ci-run-integration-openobserve')
|| startsWith(github.event.review.body, '/ci-run-integration-all')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ jobs:
timeout_minutes: 30
max_attempts: 3
command: bash scripts/ci-int-e2e-test.sh int opentelemetry

- if: (github.event_name == 'merge_group' || needs.changes.outputs.all-int == 'true' || needs.changes.outputs.openobserve == 'true') &&
(github.event_name != 'pull_request' || env.PR_HAS_ACCESS_TO_SECRETS == 'true')
name: openobserve
Expand Down

0 comments on commit 456cfc1

Please sign in to comment.