Try to skip job under condition, see if the workflow proceed

This commit is contained in:
Massimiliano Culpo 2022-09-08 08:57:15 +02:00
parent 72b0a48b5f
commit ba6e259915

View File

@ -21,6 +21,7 @@ concurrency:
jobs: jobs:
# Run unit tests with different configurations on linux # Run unit tests with different configurations on linux
ubuntu: ubuntu:
if: ${{ inputs.with_coverage == 'false' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix: