ci: consider cryptolib in the group identifier

otherwise we end up with more than one job with the same identifier in
one run, causing some of them to get cancelled unexpectedly.

A quick follow-up to 85bd394df5.
This commit is contained in:
Frantisek Sumsal
2021-12-03 17:07:34 +01:00
committed by Luca Boccassi
parent 09dfd918ef
commit ab9e3bfef6

View File

@@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ matrix.run_phase }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ matrix.run_phase }}-${{ matrix.cryptolib }}-${{ github.ref }}
cancel-in-progress: true
strategy:
fail-fast: false