File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 - ' pre-release-beta/**'
1414
1515jobs :
16+
1617 meilisearch-version :
1718 runs-on : ubuntu-latest
18- if : github.event_name != 'pull_request' || ! startsWith(github.base_ref, 'bump-meilisearch-v')
19+ if : github.event_name != 'pull_request' || startsWith(github.base_ref, 'bump-meilisearch-v') || startsWith(github.base_ref, 'pre-release-beta ')
1920 outputs :
2021 version : ${{ steps.grep-step.outputs.meilisearch_version }}
2122 steps :
2728 echo "meilisearch_version=$MEILISEARCH_VERSION" >> $GITHUB_OUTPUT
2829 cypress-run :
2930 runs-on : ubuntu-latest
30- if : github.event_name != 'pull_request' || ! startsWith(github.base_ref, 'bump-meilisearch-v')
31+ if : github.event_name != 'pull_request' || startsWith(github.base_ref, 'bump-meilisearch-v') || startsWith(github.base_ref, 'pre-release-beta ')
3132 needs : ['meilisearch-version']
3233 services :
3334 meilisearch :
6869 path : cypress/videos
6970 integration_tests :
7071 runs-on : ubuntu-latest
71- if : github.event_name != 'pull_request' || ! startsWith(github.base_ref, 'bump-meilisearch-v')
72+ if : github.event_name != 'pull_request' || startsWith(github.base_ref, 'bump-meilisearch-v') || startsWith(github.base_ref, 'pre-release-beta ')
7273 needs : ['meilisearch-version']
7374 services :
7475 meilisearch :
You can’t perform that action at this time.
0 commit comments