Improve concurrency to ensure tests run on all environments

This commit is contained in:
Dhruva Sagar
2023-03-01 18:53:27 +05:30
parent d9bd7c6de1
commit 0dd8aff6d1

View File

@@ -11,7 +11,7 @@ on:
- feature/switch-to-vim-testify
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}
cancel-in-progress: true
jobs: