Rename a CD job with the same name as a CI job (#7063)

This commit is contained in:
teor 2023-06-26 11:12:29 +10:00 committed by GitHub
parent 9229424ebb
commit f455baaa6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
- run: 'echo "No build required"'
test-configuration-file:
name: Test Zebra default Docker config file
name: Test Zebra CD Docker config file
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'

View File

@ -123,7 +123,7 @@ jobs:
# Test that Zebra works using the default config with the latest Zebra version,
# and test reconfiguring the docker image for testnet.
test-configuration-file:
name: Test Zebra default Docker config file
name: Test Zebra CD Docker config file
timeout-minutes: 15
runs-on: ubuntu-latest
needs: build