Browse Source

fix: typo

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/6489/head
Pranav C 9 months ago
parent
commit
cae7413a67
  1. 2
      .github/workflows/ci-cd.yml

2
.github/workflows/ci-cd.yml

@ -25,7 +25,7 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-prog ress: true
cancel-in-progress: true
jobs:
unit-tests:

Loading…
Cancel
Save