mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:24:35 +02:00
clean up names
This commit is contained in:
@@ -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,3 +1,4 @@
|
||||
name: Rerun
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user