From 1f5fc0ec277b08da9a83d8de73f24e5279f18589 Mon Sep 17 00:00:00 2001 From: Raymond Kim Date: Fri, 21 Jun 2024 07:50:10 -0400 Subject: [PATCH] Use periods and dashes --- .github/workflows/_produce-data.yaml | 2 +- .github/workflows/build-and-unit-tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_produce-data.yaml b/.github/workflows/_produce-data.yaml index c28663e..cfa574f 100644 --- a/.github/workflows/_produce-data.yaml +++ b/.github/workflows/_produce-data.yaml @@ -11,7 +11,7 @@ on: workflow_run: workflows: - "Build" - - "[internal] Build" + - "[post-commit] all - Static checks, linters etc." types: - completed diff --git a/.github/workflows/build-and-unit-tests.yaml b/.github/workflows/build-and-unit-tests.yaml index 6edfdb5..711b6c3 100644 --- a/.github/workflows/build-and-unit-tests.yaml +++ b/.github/workflows/build-and-unit-tests.yaml @@ -1,4 +1,4 @@ -name: "[internal] Build" +name: "[post-commit] all - Static checks, linters etc." on: workflow_call: