Skip to content

Commit

Permalink
search index test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
patnir committed Oct 14, 2024
1 parent 3b9841c commit 010a344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-search-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
id: skip_check
uses: fkirc/skip-duplicate-actions@v5.3.1
with:
cancel_others: 'true' # Cancel any previous runs for outdated commits
skip_after_successful_duplicate: 'false'
cancel_others: 'true'
concurrent_skipping: 'always'

- name: Extract Branch Name
id: extract_branch
Expand Down

0 comments on commit 010a344

Please sign in to comment.