Public Access
fix: remove duplicate condition line in workflow-sync-trigger [skip ci]
This commit is contained in:
@@ -30,7 +30,6 @@ jobs:
|
||||
github.event_name == 'workflow_dispatch' ||
|
||||
(github.event.pull_request.merged == true &&
|
||||
!contains(github.event.pull_request.title, '[skip sync]'))
|
||||
!contains(github.event.pull_request.title, '[skip sync]')
|
||||
|
||||
steps:
|
||||
- name: Determine platform from repo name
|
||||
|
||||
Reference in New Issue
Block a user