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.
2 parents f90b430 + 21065c5 commit 6085477Copy full SHA for 6085477
.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