Skip to content

Commit

Permalink
Tweak GHA names to make failures clearer in dashboard
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 508944353
  • Loading branch information
mkruskal-google authored and copybara-github committed Feb 12, 2023
1 parent 9c2211b commit 3643288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/staleness_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/staleness_refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3643288

Please sign in to comment.