Revert "chore: make job and workflow names intuitive"

This reverts commit 36d41bb9b7.
This commit is contained in:
Rui Chen
2024-06-14 23:03:16 -04:00
parent 44354f21d0
commit 02869d3f64
6 changed files with 11 additions and 11 deletions

View File

@@ -105,10 +105,10 @@ jobs:
skip-analyze:
needs: [changes]
if: needs.changes.outputs.should-run-analyze == 'false'
name: Skip Analyze
name: Analyze
strategy:
matrix:
language: [ 'go', 'javascript' ]
runs-on: ubuntu-22.04
steps:
- run: 'echo "No build required"'
- run: 'echo "No build required"'