Merge pull request #16142 from LabNConsulting/chopps/fix-conflict-workflow

ci: only run conflict check on pull-requests
This commit is contained in:
Donatas Abraitis 2024-06-02 21:13:29 +03:00 committed by GitHub
commit 41eb06801c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,8 @@
name: Add a conflict label if PR needs to rebase
on:
push:
pull_request_target:
types: [synchronize]
types: [opened, reopened, synchronize]
jobs:
conflicts: