ci: set cancel-in-progress to false in bootstrapping_ci.yml to avoid false positives

This commit is contained in:
Delyan Angelov 2024-04-30 09:42:48 +03:00
parent 3861a4badf
commit fd66067bc0
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -16,7 +16,7 @@ on:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.sha || github.ref }} group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.sha || github.ref }}
cancel-in-progress: true cancel-in-progress: false
jobs: jobs:
bootstrap-v: bootstrap-v: