mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 09:28:24 +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/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -105,10 +105,10 @@ jobs:
|
||||
skip-analyze:
|
||||
needs: [changes]
|
||||
if: needs.changes.outputs.should-run-analyze == 'false'
|
||||
name: Analyze
|
||||
name: Skip Analyze
|
||||
strategy:
|
||||
matrix:
|
||||
language: [ 'go', 'javascript' ]
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- run: 'echo "No build required"'
|
||||
- run: 'echo "No build required"'
|
||||
|
||||
Reference in New Issue
Block a user