Skip to content

Commit

Permalink
provide workflow job name
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks authored Feb 14, 2024
1 parent bd7589e commit d4f725b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
runs-on: ubuntu-20.04
container: ghcr.io/mopidy/gst-plugins-rs-build:latest
needs: bust-cache
name: Build ${{ env.GST_SRC_DIR }} (${{ env.GST_GIT_BRANCH }}) for ${{ matrix.target }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit d4f725b

Please sign in to comment.