We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a71853 + 8ab76ef commit 21065c5Copy full SHA for 21065c5
1 file changed
.github/workflows/sync-single-english-algolia-index.yml
@@ -13,7 +13,7 @@ on:
13
jobs:
14
updateIndices:
15
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-')
+ if: github.repository == 'github/docs-internal' && startsWith(github.event.label.name, 'sync-english-index-for-')
17
runs-on: ubuntu-latest
18
steps:
19
- name: checkout
0 commit comments