Skip to content

Commit

Permalink
Remove b and e prefixes from job names, they are in separate workflow…
Browse files Browse the repository at this point in the history
… anyways
  • Loading branch information
ViliusSutkus89 committed Jul 9, 2024
1 parent 0942425 commit a6dbfcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
build:
runs-on: ${{ matrix.config.build_machine }}
if: ${{ needs.generate-matrices.outputs.packages-with-dependents != '[]' }}
name: b ${{ matrix.config.host_profile }} ${{ matrix.package.package_reference }}
name: ${{ matrix.config.host_profile }} ${{ matrix.package.package_reference }}
needs:
- generate-matrices
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

emulator:
if: ${{ needs.generate-matrices.outputs.packages-without-dependents != '[]' && needs.generate-matrices.outputs.emulator != '[]' }}
name: e ${{ matrix.emulator.arch }}/${{ matrix.emulator.emulator_api_level }}/${{matrix.emulator.build_api_level}} ${{ matrix.package.package_reference }}
name: ${{ matrix.emulator.arch }}/${{ matrix.emulator.emulator_api_level }}/${{matrix.emulator.build_api_level}} ${{ matrix.package.package_reference }}
needs:
- generate-matrices
strategy:
Expand Down

0 comments on commit a6dbfcc

Please sign in to comment.