mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 19:57:56 +00:00
[ci] Run gitspiegel trigger with merge conflicts (#2531)
Currently gitspiegel trigger won't run if there is merge conflict. This PR fixes it. close https://github.com/paritytech/gitspiegel/issues/183
This commit is contained in:
committed by
GitHub
parent
e71c484d5b
commit
aada961da9
@@ -13,8 +13,19 @@ on:
|
||||
- unlocked
|
||||
- ready_for_review
|
||||
- reopened
|
||||
# the job doesn't check out any code, so it is relatively safe to run it on any event
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
- unlocked
|
||||
- ready_for_review
|
||||
- reopened
|
||||
merge_group:
|
||||
|
||||
# drop all permissions for GITHUB_TOKEN
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user