Skip to content

Commit

Permalink
CI: Make job names shorter
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski authored and oharboe committed Apr 30, 2024
1 parent 8e26dfa commit a0d0719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MegaBoom build tests
name: MegaBoom

on:
workflow_dispatch:
Expand All @@ -24,7 +24,7 @@ jobs:
buildifier -lint warn -r .
build-stage-target:
name: Build sample stage targets
name: ${{ matrix.STAGE_TARGET }}
runs-on: ubuntu-22.04
defaults:
run:
Expand Down

0 comments on commit a0d0719

Please sign in to comment.