Only for current workflow, and do not continue on error
@@ -7,13 +7,12 @@ defaults:
on: [push, pull_request]
concurrency:
- group: ${{ github.head_ref || github.run_id }}
+ group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-framework:
runs-on: self-hosted
- continue-on-error: true
strategy:
matrix:
destination: [
run-tests: