mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-07 08:38:38 +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/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: tester
|
||||
name: test
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -96,7 +96,7 @@ jobs:
|
||||
skip-test:
|
||||
needs: [changes]
|
||||
if: needs.changes.outputs.should-run-tests == 'false'
|
||||
name: Tests
|
||||
name: Skip Tests
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- run: 'echo "No build required"'
|
||||
|
||||
Reference in New Issue
Block a user