Skip to content

[CLD-5461] Add fix so that when force is used a release can run in parallel with another one in progress forcing its way #17

[CLD-5461] Add fix so that when force is used a release can run in parallel with another one in progress forcing its way

[CLD-5461] Add fix so that when force is used a release can run in parallel with another one in progress forcing its way #17

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]