Fix SLO metric for soaking by adding or vector(0)
#44
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: ci | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
test: | |
uses: ./.github/workflows/.test.yml | |
push-docker: | |
uses: ./.github/workflows/.docker-push.yml | |
with: | |
is_pr: "${{ github.ref != 'refs/heads/main' }}" | |
secrets: inherit | |
needs: [test] |