Tweak GHA names to make failures clearer in dashboard

PiperOrigin-RevId: 508944353
pull/11922/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent 9c2211be08
commit 364328858e
  1. 2
      .github/workflows/staleness_check.yml
  2. 3
      .github/workflows/staleness_refresh.yml

@ -14,7 +14,7 @@ jobs:
branch: [main, 22.x]
os: [{ name: Linux, value: ubuntu-latest}]
name: ${{ matrix.os.name }} ${{ matrix.branch}}
name: Test staleness ${{ matrix.os.name }} ${{ matrix.branch}}
runs-on: ${{ matrix.os.value }}
steps:
- name: Checkout ${{ matrix.branch }}

@ -11,12 +11,13 @@ on:
permissions: {}
jobs:
cmake:
run:
permissions:
contents: write # for git push
if: github.repository == 'protocolbuffers/protobuf'
runs-on: ubuntu-latest
name: Refresh stale files
strategy:
fail-fast: false # Don't cancel all jobs if one fails.

Loading…
Cancel
Save