From abea4ded521545f3418b217377d5ba8fee0c5ab4 Mon Sep 17 00:00:00 2001 From: David Cavazos Date: Tue, 30 Jul 2024 13:34:49 -0700 Subject: [PATCH] add emoji --- .github/workflows/test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9a3d9b688551..e23b680d477d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: Test +name: 🪿 on: push: @@ -26,6 +26,7 @@ env: jobs: affected: + name: Finding affected tests runs-on: ubuntu-latest outputs: python: ${{steps.python.outputs.affected}} @@ -44,7 +45,7 @@ jobs: echo "$AFFECTED_PYTHON" echo "affected=$AFFECTED_PYTHON" >> "$GITHUB_OUTPUT" - python-311: + python: name: Python ${{matrix.python-version}} needs: affected runs-on: ubuntu-latest