mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-07 22:38:32 +00:00
chore: make job and workflow names intuitive
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
4
.github/workflows/testing-env-image.yml
vendored
4
.github/workflows/testing-env-image.yml
vendored
@@ -71,7 +71,7 @@ jobs:
|
||||
skip-build:
|
||||
needs: [changes]
|
||||
if: needs.changes.outputs.should-run-build == 'false'
|
||||
name: Build Testing Env Image
|
||||
name: Skip Build Testing Env Image
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- run: 'echo "No build required"'
|
||||
- run: 'echo "No build required"'
|
||||
|
||||
Reference in New Issue
Block a user