clean up names

This commit is contained in:
Erica Portnoy
2026-04-17 15:45:20 -07:00
parent f304f21712
commit c5bf993899
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ permissions:
jobs:
prepare:
name: Changelog
runs-on: ubuntu-latest
steps:
# If we change the output filename from `release_notes.md`, it should also be changed in tools/create_github_release.py
@@ -6,6 +6,7 @@ permissions:
jobs:
test:
name: '-' # Makes results viewing cleaner
strategy:
fail-fast: false
matrix:
+1
View File
@@ -1,3 +1,4 @@
name: Rerun
on:
workflow_dispatch:
inputs:
+3 -3
View File
@@ -13,14 +13,14 @@ permissions:
jobs:
standard_tests_jobs:
name: standard_tests_jobs
name: Standard tests
uses: "./.github/workflows/standard_tests_jobs.yml"
extended_tests_jobs:
name: extended_tests_jobs
name: Extended tests
uses: "./.github/workflows/extended_tests_jobs.yml"
secrets: inherit
packaging_jobs:
name: packaging_jobs
name: Packaging jobs
uses: "./.github/workflows/packaging_jobs.yml"
with:
dockerTag: ${{ inputs.dockerTag }}