Skip to content

Commit cf45713

Browse files
committed
Corrected auto-sync trailer detection
1 parent 2c68b4d commit cf45713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-changes-to-ai-web-extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
if: (github.repository == 'adamlui/perplexity-omnibox') && !contains(github.event.head_commit.message, '[auto-sync]')
10+
if: (github.repository == 'adamlui/perplexity-omnibox') && !contains(github.event.head_commit.message, '[auto-sync')
1111
runs-on: ubuntu-24.04
1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)