Skip to content

Commit d8cd3bd

Browse files
Tweak GHA names to make failures clearer in dashboard
PiperOrigin-RevId: 508944353
1 parent 5127af5 commit d8cd3bd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/staleness_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
branch: [main, 22.x]
1515
os: [{ name: Linux, value: ubuntu-latest}]
1616

17-
name: ${{ matrix.os.name }} ${{ matrix.branch}}
17+
name: Test staleness ${{ matrix.os.name }} ${{ matrix.branch}}
1818
runs-on: ${{ matrix.os.value }}
1919
steps:
2020
- name: Checkout ${{ matrix.branch }}

.github/workflows/staleness_refresh.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ on:
1111

1212
permissions: {}
1313
jobs:
14-
cmake:
14+
run:
1515
permissions:
1616
contents: write # for git push
1717

1818
if: github.repository == 'protocolbuffers/protobuf'
1919
runs-on: ubuntu-latest
20+
name: Refresh stale files
2021

2122
strategy:
2223
fail-fast: false # Don't cancel all jobs if one fails.

0 commit comments

Comments
 (0)