Rename a CD job with the same name as a CI job (#7063)
This commit is contained in:
parent
9229424ebb
commit
f455baaa6e
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- run: 'echo "No build required"'
|
- run: 'echo "No build required"'
|
||||||
|
|
||||||
test-configuration-file:
|
test-configuration-file:
|
||||||
name: Test Zebra default Docker config file
|
name: Test Zebra CD Docker config file
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: 'echo "No build required"'
|
- run: 'echo "No build required"'
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@ jobs:
|
||||||
# Test that Zebra works using the default config with the latest Zebra version,
|
# Test that Zebra works using the default config with the latest Zebra version,
|
||||||
# and test reconfiguring the docker image for testnet.
|
# and test reconfiguring the docker image for testnet.
|
||||||
test-configuration-file:
|
test-configuration-file:
|
||||||
name: Test Zebra default Docker config file
|
name: Test Zebra CD Docker config file
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue