Skip to content

Commit 6085477

Browse files
authored
repo sync
2 parents f90b430 + 21065c5 commit 6085477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-single-english-algolia-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
updateIndices:
1515
name: Update English index for single version based on a label's version
16-
if: github.repository == 'github/docs-internal' && github.event.label.name.startsWith('sync-english-index-for-')
16+
if: github.repository == 'github/docs-internal' && startsWith(github.event.label.name, 'sync-english-index-for-')
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: checkout

0 commit comments

Comments
 (0)