Skip to content
Snippets Groups Projects
Unverified Commit aada961d authored by Alexander Samusev's avatar Alexander Samusev Committed by GitHub
Browse files

[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
parent e71c484d
No related merge requests found
Pipeline #419456 passed with stages
in 1 hour, 3 minutes, and 29 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment