Skip action when label present on the PR (https://github.com/woocommerce/woocommerce-blocks/pull/8450)
This commit is contained in:
parent
4603576fa6
commit
1d3bbad9a5
|
@ -4,6 +4,7 @@ on: [pull_request]
|
|||
|
||||
jobs:
|
||||
generate-zip-file:
|
||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-zip') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in New Issue