Pre-submission checks
What's the problem this feature will solve?
I have some jobs where I need
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
e.g. a CD pipeline that releases the artifacts on tags.
However, zizmor raises the error:
help[concurrency-limits]: insufficient job-level concurrency limits
--> ./.github/workflows/cd.yml:18:1
|
18 | / concurrency:
19 | | group: ${{ github.workflow }}-${{ github.ref }}
20 | | cancel-in-progress: false
| |___________________________^ cancel-in-progress set to false
Describe the solution you'd like
Imo if cancel-in-progress is set, this lint shouldn't be raised, similar to how artipacked isn't raised if persist-credentials is set.
Additional context
No response
Pre-submission checks
What's the problem this feature will solve?
I have some jobs where I need
e.g. a CD pipeline that releases the artifacts on tags.
However, zizmor raises the error:
Describe the solution you'd like
Imo if
cancel-in-progressis set, this lint shouldn't be raised, similar to howartipackedisn't raised ifpersist-credentialsis set.Additional context
No response