Skip to content

Commit

Permalink
.github/workflows/build: include release in workflow name
Browse files Browse the repository at this point in the history
This makes the release name appear in the GitHub action badge,
making it easier to distinguish the different build in the README.

Signed-off-by: Leonard Göhrs <[email protected]>
  • Loading branch information
hnez committed Nov 29, 2024
1 parent 8e14570 commit 38053a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: build (styhead)

on:
push: {}
Expand All @@ -8,7 +8,7 @@ on:

jobs:
build:
name: meta-ptx Build
name: build
# run on self-hosted runner for the main repo or if vars.BUILD_RUNS_ON is set
runs-on: >-
${{
Expand Down

0 comments on commit 38053a5

Please sign in to comment.