Skip to content

Commit

Permalink
Simplify run names.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed Feb 15, 2024
1 parent 6ebb2a4 commit b9c6312
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-checks-everything.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Run tests: lucene (all modules, all checks)"
name: "Run tests: lucene (all modules)"

on:
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-checks-mod-analysis-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ env:

jobs:
test:
name: Run Hunspell regression tests
timeout-minutes: 15

runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-checks-mod-distribution.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ env:

jobs:
test:
name: Run lucene/distribution.tests tests
timeout-minutes: 15

strategy:
Expand Down

0 comments on commit b9c6312

Please sign in to comment.