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