chore(ci): Change concurrency groups seems broken with nested worflow

This commit is contained in:
Quentin Bourgerie
2023-03-15 09:49:11 +01:00
parent 36b218a56b
commit 8ce61fa42c
9 changed files with 17 additions and 17 deletions

View File

@@ -4,8 +4,8 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
group: concrete_python_build_and_test-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
env:
ACTION_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}