Remove concurrency check (#34286)

* Remove cancel concurrency

* Add unique number to group

* Remove concurrency check
This commit is contained in:
Roy Ho 2022-08-11 12:29:25 -07:00 committed by GitHub
parent bc31065b8e
commit aee35e368b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@ on:
required: false
default: ''
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
GIT_COMMITTER_NAME: 'WooCommerce Bot'
GIT_COMMITTER_EMAIL: 'no-reply@woocommerce.com'