From c81551d3b93c6285da31525a6c020f1c649d9c86 Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Tue, 23 Jul 2024 17:18:25 -0600 Subject: [PATCH] Improve naming and style Signed-off-by: Alfredo Gutierrez --- .github/workflows/pr-formatting.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-formatting.yaml b/.github/workflows/pr-formatting.yaml index 4fe74aef..1d2f2e6c 100644 --- a/.github/workflows/pr-formatting.yaml +++ b/.github/workflows/pr-formatting.yaml @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. ## - name: "PR Formatting" on: pull_request: @@ -41,8 +40,8 @@ permissions: statuses: write jobs: - pr-checks: - name: PR Checks + pr-formatting-checks: + name: PR Formatting Checks runs-on: [self-hosted, Linux, medium, ephemeral] steps: - name: Check PR Title