Skip to content

Commit d8f1adb

Browse files
ci: PLT-820: Suppor cursor prs in Follow Merge
1 parent 2a34701 commit d8f1adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/follow-merge-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818
sync:
1919
name: "Sync"
20-
if: startsWith(github.head_ref, 'fb-') || (startsWith(github.head_ref, 'revert-') && contains(github.head_ref, '-fb-') )
20+
if: startsWith(github.head_ref, 'fb-') || startsWith(github.head_ref, 'revert-') || startsWith(github.head_ref, 'cursor')
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: hmarr/[email protected]

0 commit comments

Comments
 (0)