Skip to content

Commit

Permalink
Fix unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Mar 11, 2024
1 parent 7aa839c commit b0a6475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/k6-qryn-prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
name: Run k6 on qryn:latest
runs-on: ubuntu-latest
env:
QRYN_VERSION: "clickhouse/clickhouse-server:${{ github.event.inputs.qryn_tag || 'latest' }}"
CLICKHOUSE_VERSION: "qxip/qryn:${{ github.event.inputs.clickhouse_tag || 'latest' }}"
QRYN_VERSION: "qxip/qryn:${{ github.event.inputs.qryn_tag || 'latest' }}"
CLICKHOUSE_VERSION: "clickhouse/clickhouse-server:${{ github.event.inputs.clickhouse_tag || 'latest' }}"
services:
clickhouse:
image: "clickhouse/clickhouse-server:${{ github.event.inputs.clickhouse_tag || 'latest' }}"
Expand Down

0 comments on commit b0a6475

Please sign in to comment.