diff --git a/.github/workflows/bazel_build.yml b/.github/workflows/bazel_build.yml index 7eea5ebb..7dd52dda 100644 --- a/.github/workflows/bazel_build.yml +++ b/.github/workflows/bazel_build.yml @@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy pull_request: branches: ['*'] jobs: - build: + bazel_build: runs-on: ubuntu-latest steps: - name: Cache bazel diff --git a/.github/workflows/bazel_buildifier.yml b/.github/workflows/bazel_buildifier.yml index 2d88ec27..d5d4f922 100644 --- a/.github/workflows/bazel_buildifier.yml +++ b/.github/workflows/bazel_buildifier.yml @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy branches: ['*'] paths: [BUILD, WORKSPACE, MODULE.bazel, .bazelrc] jobs: - build: + bazel_buildifier: runs-on: ubuntu-latest steps: - name: Cache bazel diff --git a/.github/workflows/bazel_test.yml b/.github/workflows/bazel_test.yml index 92d99bf8..d79c5066 100644 --- a/.github/workflows/bazel_test.yml +++ b/.github/workflows/bazel_test.yml @@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy pull_request: branches: ['*'] jobs: - build: + bazel_test: runs-on: ubuntu-latest steps: - name: Cache bazel diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 7ef8606e..9eb8eecb 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy pull_request: branches: ['*'] jobs: - lint: + yamllint: runs-on: ubuntu-latest steps: - name: Checkout code