From 2fe569c077125e6d8cd60a56403614fb024d85d9 Mon Sep 17 00:00:00 2001 From: Agustin Borgna Date: Tue, 19 Mar 2024 11:02:09 +0000 Subject: [PATCH] Change names of required checks --- .github/workflows/ci-py.yml | 2 +- .github/workflows/ci-rs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-py.yml b/.github/workflows/ci-py.yml index eaee6ee84..d83043c21 100644 --- a/.github/workflows/ci-py.yml +++ b/.github/workflows/ci-py.yml @@ -77,7 +77,7 @@ jobs: # This is a meta job to mark successful completion of the required checks, # even if they are skipped due to no changes in the relevant files. required-checks: - name: Required checks + name: Required checks 🐍 needs: [check] if: always() runs-on: ubuntu-latest diff --git a/.github/workflows/ci-rs.yml b/.github/workflows/ci-rs.yml index 38368baf1..4472981ba 100644 --- a/.github/workflows/ci-rs.yml +++ b/.github/workflows/ci-rs.yml @@ -132,7 +132,7 @@ jobs: # This is a meta job to mark successful completion of the required checks, # even if they are skipped due to no changes in the relevant files. required-checks: - name: Required checks + name: Required checks 🦀 needs: [check, tests-stable] if: always() runs-on: ubuntu-latest