rebuild when labels change, so that we can trigger the right actions (#11725)
This commit is contained in:
parent
89f4b7e5ac
commit
c708ab2708
|
@ -2,6 +2,11 @@ name: Build pull request
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- labeled
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||
|
|
Loading…
Reference in New Issue