Skip to content

Commit 01c40c5

Browse files
committed
Fix name in workflow file
1 parent 9971379 commit 01c40c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111

1212
jobs:
1313
integration-tests:
14-
name: integration-tests
1514
# Will not run if the event is a PR to bump-meilisearch-v* (so a pre-release PR)
1615
# Will still run for each push to bump-meilisearch-v*
1716
if: github.event_name != 'pull_request' || !startsWith(github.base_ref, 'bump-meilisearch-v')

0 commit comments

Comments
 (0)