diff --git a/.github/workflows/atlantis-image.yml b/.github/workflows/atlantis-image.yml index 796f692d5..f35676d37 100644 --- a/.github/workflows/atlantis-image.yml +++ b/.github/workflows/atlantis-image.yml @@ -195,7 +195,7 @@ jobs: skip-build: needs: [changes] if: needs.changes.outputs.should-run-build == 'false' - name: Skip Building Image + name: Build Image strategy: matrix: image_type: [alpine, debian] diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b0a5fe9c1..83845a17a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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"' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 69846ddac..685405d23 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: lint +name: linter on: pull_request: @@ -54,7 +54,7 @@ jobs: skip-lint: needs: [changes] if: needs.changes.outputs.should-run-linting == 'false' - name: Skip Linting + name: Linting runs-on: ubuntu-22.04 steps: - run: 'echo "No build required"' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ee1bd7e88..5402975a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: test +name: tester on: push: @@ -96,7 +96,7 @@ jobs: skip-test: needs: [changes] if: needs.changes.outputs.should-run-tests == 'false' - name: Skip Tests + name: Tests runs-on: ubuntu-22.04 steps: - run: 'echo "No build required"' diff --git a/.github/workflows/testing-env-image.yml b/.github/workflows/testing-env-image.yml index 9571fe32c..84bad6fd4 100644 --- a/.github/workflows/testing-env-image.yml +++ b/.github/workflows/testing-env-image.yml @@ -71,7 +71,7 @@ jobs: skip-build: needs: [changes] if: needs.changes.outputs.should-run-build == 'false' - name: Skip Build Testing Env Image + name: Build Testing Env Image runs-on: ubuntu-22.04 steps: - - run: 'echo "No build required"' + - run: 'echo "No build required"' \ No newline at end of file diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index b08ef6a57..cd087e245 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -1,4 +1,4 @@ -name: website-lint-check +name: website on: push: @@ -100,7 +100,7 @@ jobs: skip-link-check: needs: [changes] if: needs.changes.outputs.should-run-link-check == 'false' - name: Skip Website Link Check + name: Website Link Check runs-on: ubuntu-latest steps: - run: 'echo "No build required"'