We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c68b4d commit cf45713Copy full SHA for cf45713
.github/workflows/sync-changes-to-ai-web-extensions.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build:
10
- if: (github.repository == 'adamlui/perplexity-omnibox') && !contains(github.event.head_commit.message, '[auto-sync]')
+ if: (github.repository == 'adamlui/perplexity-omnibox') && !contains(github.event.head_commit.message, '[auto-sync')
11
runs-on: ubuntu-24.04
12
permissions:
13
contents: read
0 commit comments