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 358e176 commit d0df986Copy full SHA for d0df986
1 file changed
.github/workflows/sync-changes-to-repos.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build:
10
- if: (github.repository == 'adamlui/you.com-omnibox') && !contains(github.event.head_commit.message, '[auto-sync]')
+ if: (github.repository == 'adamlui/you.com-omnibox') && !contains(github.event.head_commit.message, '[auto-sync')
11
runs-on: ubuntu-24.04
12
permissions:
13
contents: read
0 commit comments