Skip to content

CLD-7615 Remaining soak time should be 0 when a release is forced (#35) #63

CLD-7615 Remaining soak time should be 0 when a release is forced (#35)

CLD-7615 Remaining soak time should be 0 when a release is forced (#35) #63

Workflow file for this run

---
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]