Skip to content

Commit

Permalink
Simplify name and include arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Oct 24, 2023
1 parent 48232e8 commit 3815b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkbox-core-snap-daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
SERIES: series${{ matrix.releases }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT7_CREDS }}
name: Checkbox Core snap for series ${{ matrix.releases }}
name: Runtime (${{ matrix.releases }}, ${{ matrix.arch }})
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkbox-snap-daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
SERIES: series_${{ matrix.type }}${{ matrix.releases }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT7_CREDS }}
name: Checkbox snap for series ${{ matrix.type }}${{ matrix.releases }}
name: Frontend (${{ matrix.type }}${{ matrix.releases }}, ${{ matrix.arch}})
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 3815b8c

Please sign in to comment.