Skip to content

Commit

Permalink
repo sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Octomerger authored Nov 23, 2020
2 parents f90b430 + 21065c5 commit 6085477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-single-english-algolia-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
updateIndices:
name: Update English index for single version based on a label's version
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-')
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down

0 comments on commit 6085477

Please sign in to comment.